Attempt to fix the Apple Windows Debug and GTK builds after <http://trac.webkit.org/changeset/134691>
(https://bugs.webkit.org/show_bug.cgi?id=96818)
.:
Export symbols similar to the ones we added to WebCore.exp.in in
<http://trac.webkit.org/changeset/134691>.
* Source/autotools/symbols.filter:
Source/WebKit2:
Export symbols of the form:
?deserializeBuffer@Internals@WebCore[...]
?serializeObject@Internals@WebCore[...]
* win/WebKit2.def:
* win/WebKit2CFLite.def:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@134741 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index e628e64..4c5aeb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-11-14 Daniel Bates <dbates@webkit.org>
+
+ Attempt to fix the Apple Windows Debug and GTK builds after <http://trac.webkit.org/changeset/134691>
+ (https://bugs.webkit.org/show_bug.cgi?id=96818)
+
+ Export symbols similar to the ones we added to WebCore.exp.in in
+ <http://trac.webkit.org/changeset/134691>.
+
+ * Source/autotools/symbols.filter:
+
2012-11-14 KyungTae Kim <ktf.kim@samsung.com>
[EFL] Turn on error on warnings for "sign-compare"