Title: [151553] trunk
Revision
151553
Author
[email protected]
Date
2013-06-13 09:47:59 -0700 (Thu, 13 Jun 2013)

Log Message

[GTK] [WK2] Found missing symbol when running some tests
https://bugs.webkit.org/show_bug.cgi?id=117598

Patch by Xabier Rodriguez Calvar <[email protected]> on 2013-06-13
Reviewed by Martin Robinson.

* Source/autotools/symbols.filter: Added missing
_ZN7WebCore28notImplementedLoggingChannelEv.

Modified Paths

Diff

Modified: trunk/ChangeLog (151552 => 151553)


--- trunk/ChangeLog	2013-06-13 16:20:35 UTC (rev 151552)
+++ trunk/ChangeLog	2013-06-13 16:47:59 UTC (rev 151553)
@@ -1,3 +1,13 @@
+2013-06-13  Xabier Rodriguez Calvar  <[email protected]>
+
+        [GTK] [WK2] Found missing symbol when running some tests
+        https://bugs.webkit.org/show_bug.cgi?id=117598
+
+        Reviewed by Martin Robinson.
+
+        * Source/autotools/symbols.filter: Added missing
+        _ZN7WebCore28notImplementedLoggingChannelEv.
+
 2013-06-12  Alberto Garcia  <[email protected]>
 
         [BlackBerry] Remove dead WebDOM code

Modified: trunk/Source/autotools/symbols.filter (151552 => 151553)


--- trunk/Source/autotools/symbols.filter	2013-06-13 16:20:35 UTC (rev 151552)
+++ trunk/Source/autotools/symbols.filter	2013-06-13 16:47:59 UTC (rev 151553)
@@ -320,6 +320,7 @@
 _ZN7WebCore17BatteryController14supplementNameEv;
 _ZN7WebCore17BatteryController22didChangeBatteryStatusERKN3WTF12AtomicStringENS1_10PassRefPtrINS_13BatteryStatusEEE;
 _ZN7WebCore13ScriptGCEvent11getHeapSizeERNS_8HeapInfoE;
+_ZN7WebCore28notImplementedLoggingChannelEv;
 
 local:
 _Z*;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to