Title: [142105] trunk
Revision
142105
Author
[email protected]
Date
2013-02-07 05:48:46 -0800 (Thu, 07 Feb 2013)

Log Message

Unreviewed build fix after r141196 for 32 bits autotools.

* Source/autotools/symbols.filter: restore 32 bits version of the
WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*,
WebCore::Range const*, unsigned int&, unsigned int&) symbol.

Modified Paths

Diff

Modified: trunk/ChangeLog (142104 => 142105)


--- trunk/ChangeLog	2013-02-07 13:47:21 UTC (rev 142104)
+++ trunk/ChangeLog	2013-02-07 13:48:46 UTC (rev 142105)
@@ -1,3 +1,11 @@
+2013-02-07  Gustavo Noronha Silva  <[email protected]>
+
+        Unreviewed build fix after r141196 for 32 bits autotools.
+
+        * Source/autotools/symbols.filter: restore 32 bits version of the
+        WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*,
+        WebCore::Range const*, unsigned int&, unsigned int&) symbol.
+
 2013-02-05  Simon Hausmann  <[email protected]>
 
         [Qt] Compile WTF tests of TestWebKitAPI

Modified: trunk/Source/autotools/symbols.filter (142104 => 142105)


--- trunk/Source/autotools/symbols.filter	2013-02-07 13:47:21 UTC (rev 142104)
+++ trunk/Source/autotools/symbols.filter	2013-02-07 13:48:46 UTC (rev 142105)
@@ -57,6 +57,7 @@
 _ZN7WebCore11HistoryItem16setDocumentStateERKN3WTF6VectorINS1_6StringELm0EEE;
 _ZN7WebCore11MemoryCache14resourceForURLERKNS_4KURLE;
 _ZN7WebCore12TextIterator26rangeFromLocationAndLengthEPNS_13ContainerNodeEiib;
+_ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_4NodeEPKNS_5RangeERjS6_;
 _ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_4NodeEPKNS_5RangeERmS6_;
 _ZN7WebCore12PrintContext20pageNumberForElementEPNS_7ElementERKNS_9FloatSizeE;
 _ZN7WebCore13createWrapperEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_4NodeE;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to