[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
hyatt at apple.com
hyatt at apple.com
Thu Dec 3 13:41:56 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit cfcc8ba5bcb41a3c601d6f1a4a3c12d5d7dfec39
Author: hyatt at apple.com <hyatt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Nov 21 02:07:15 2009 +0000
Make sure to export WebSerializedJSValue.
Reviewed by Darin Adler.
* WebKit.exp:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51272 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/mac/ChangeLog b/WebKit/mac/ChangeLog
index 54589d0..c600c80 100644
--- a/WebKit/mac/ChangeLog
+++ b/WebKit/mac/ChangeLog
@@ -1,5 +1,13 @@
2009-11-20 Dave Hyatt <hyatt at apple.com>
+ Reviewed by Darin Adler.
+
+ Make sure to export WebSerializedJSValue.
+
+ * WebKit.exp:
+
+2009-11-20 Dave Hyatt <hyatt at apple.com>
+
Reviewed by Oliver Hunt and Jon Honeycutt.
Add support for WebSerializedJSValue to WebKit. This object wraps the SerializedScriptValue functionality in WebCore
diff --git a/WebKit/mac/WebKit.exp b/WebKit/mac/WebKit.exp
index f4280da..64f9947 100644
--- a/WebKit/mac/WebKit.exp
+++ b/WebKit/mac/WebKit.exp
@@ -30,6 +30,7 @@
.objc_class_name_WebScriptCallFrame
.objc_class_name_WebScriptWorld
.objc_class_name_WebSecurityOrigin
+.objc_class_name_WebSerializedJSValue
.objc_class_name_WebStringTruncator
.objc_class_name_WebTextIterator
.objc_class_name_WebURLsWithTitles
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list