[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9

aroben at apple.com aroben at apple.com
Thu Feb 4 21:30:08 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit 54b830acea5049cb28cdd821cbb5265d40a496de
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 28 00:28:51 2010 +0000

    Make it possible to instantiate WebSerializedJSValue using WebKitCreateInstance
    
    Reviewed by Dave Hyatt.
    
    * ForEachCoClass.h:
    * WebKitClassFactory.cpp:
    Added WebSerializedJSValue.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53960 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/win/ChangeLog b/WebKit/win/ChangeLog
index c64dac5..16529c8 100644
--- a/WebKit/win/ChangeLog
+++ b/WebKit/win/ChangeLog
@@ -1,3 +1,14 @@
+2010-01-27  Adam Roben  <aroben at apple.com>
+
+        Make it possible to instantiate WebSerializedJSValue using
+        WebKitCreateInstance
+
+        Reviewed by Dave Hyatt.
+
+        * ForEachCoClass.h:
+        * WebKitClassFactory.cpp:
+        Added WebSerializedJSValue.
+
 2010-01-26  Steve Falkenburg  <sfalken at apple.com>
 
         Reviewed by Oliver Hunt.
diff --git a/WebKit/win/ForEachCoClass.h b/WebKit/win/ForEachCoClass.h
index 76b5fea..ab7182d 100644
--- a/WebKit/win/ForEachCoClass.h
+++ b/WebKit/win/ForEachCoClass.h
@@ -65,6 +65,7 @@
     macro(WebWorkersPrivate) \
     macro(WebScriptWorld) \
     macro(WebGeolocationPosition) \
+    macro(WebSerializedJSValue) \
     // end of macro
 
 // Everything below this point is deprecated. Please do not use.
diff --git a/WebKit/win/WebKitClassFactory.cpp b/WebKit/win/WebKitClassFactory.cpp
index 3023bbb..d243588 100644
--- a/WebKit/win/WebKitClassFactory.cpp
+++ b/WebKit/win/WebKitClassFactory.cpp
@@ -49,6 +49,7 @@
 #include "WebPreferences.h"
 #include "WebScriptWorld.h"
 #include "WebScrollBar.h"
+#include "WebSerializedJSValue.h"
 #include "WebTextRenderer.h"
 #include "WebURLCredential.h"
 #include "WebURLProtectionSpace.h"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list