Title: [99727] trunk
Revision
99727
Author
[email protected]
Date
2011-11-09 09:32:22 -0800 (Wed, 09 Nov 2011)

Log Message

Unreviewed, attempt to fix GTK 32-bits Release build after r99691.

* Source/autotools/symbols.filter: Add the missing symbol for resetInternalsObject.

Modified Paths

Diff

Modified: trunk/ChangeLog (99726 => 99727)


--- trunk/ChangeLog	2011-11-09 17:07:42 UTC (rev 99726)
+++ trunk/ChangeLog	2011-11-09 17:32:22 UTC (rev 99727)
@@ -1,3 +1,9 @@
+2011-11-09  Philippe Normand  <[email protected]>
+
+        Unreviewed, attempt to fix GTK 32-bits Release build after r99691.
+
+        * Source/autotools/symbols.filter: Add the missing symbol for resetInternalsObject.
+
 2011-11-09  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Only copy framework headers once when debug_and_release is enabled

Modified: trunk/Source/autotools/symbols.filter (99726 => 99727)


--- trunk/Source/autotools/symbols.filter	2011-11-09 17:07:42 UTC (rev 99726)
+++ trunk/Source/autotools/symbols.filter	2011-11-09 17:32:22 UTC (rev 99727)
@@ -81,6 +81,7 @@
 _ZN7WebCore10ScrollView23setScrollbarsSuppressedEbb;
 _ZN7WebCore9FrameView17paintControlTintsEv;
 _ZN7WebCore9FrameView19scrollElementToRectEPNS_7ElementERKNS_7IntRectE;
+_ZN18WebCoreTestSupport20resetInternalsObjectEPK15OpaqueJSContext;
 local:
 _Z*;
 cti*;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to