Title: [121559] trunk
Revision
121559
Author
[email protected]
Date
2012-06-29 07:38:23 -0700 (Fri, 29 Jun 2012)

Log Message

Unreviewed build fix after r121518, adding a missing symbol to symbols.filter.

* Source/autotools/symbols.filter:

Modified Paths

Diff

Modified: trunk/ChangeLog (121558 => 121559)


--- trunk/ChangeLog	2012-06-29 14:35:46 UTC (rev 121558)
+++ trunk/ChangeLog	2012-06-29 14:38:23 UTC (rev 121559)
@@ -1,3 +1,9 @@
+2012-06-29  Zan Dobersek  <[email protected]>
+
+        Unreviewed build fix after r121518, adding a missing symbol to symbols.filter.
+
+        * Source/autotools/symbols.filter:
+
 2012-06-28  MORITA Hajime  <[email protected]>
 
         [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker

Modified: trunk/Source/autotools/symbols.filter (121558 => 121559)


--- trunk/Source/autotools/symbols.filter	2012-06-29 14:35:46 UTC (rev 121558)
+++ trunk/Source/autotools/symbols.filter	2012-06-29 14:38:23 UTC (rev 121559)
@@ -162,6 +162,7 @@
 _ZN7WebCore8Document35webkitWillEnterFullScreenForElementEPNS_7ElementE;
 _ZN7WebCore17JSDOMGlobalObject6s_infoE;
 _ZN7WebCore7TextRun22setAllowsRoundingHacksEb;
+_ZNK7WebCore14InsertionPoint8isActiveEv;
 local:
 _Z*;
 cti*;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to