Title: [110668] trunk
Revision
110668
Author
[email protected]
Date
2012-03-14 00:11:22 -0700 (Wed, 14 Mar 2012)

Log Message

GTK 32-bit Linux Release build failing after r110580 (from bug 80338)
https://bugs.webkit.org/show_bug.cgi?id=81063

Prospective build fix for GTK 32-bit Linux Release.

Patch by Max Vujovic <[email protected]> on 2012-03-14
Reviewed by Martin Robinson.

* Source/autotools/symbols.filter: Adding symbol for ClientRectList(Vector<FloatQuad>) for
GTK 32-bit.

Modified Paths

Diff

Modified: trunk/ChangeLog (110667 => 110668)


--- trunk/ChangeLog	2012-03-14 07:06:03 UTC (rev 110667)
+++ trunk/ChangeLog	2012-03-14 07:11:22 UTC (rev 110668)
@@ -1,3 +1,15 @@
+2012-03-14  Max Vujovic  <[email protected]>
+
+        GTK 32-bit Linux Release build failing after r110580 (from bug 80338)
+        https://bugs.webkit.org/show_bug.cgi?id=81063
+
+        Prospective build fix for GTK 32-bit Linux Release.
+
+        Reviewed by Martin Robinson.
+
+        * Source/autotools/symbols.filter: Adding symbol for ClientRectList(Vector<FloatQuad>) for
+        GTK 32-bit.
+
 2012-03-13  Dan Bernstein  <[email protected]>
 
         <rdar://problem/11025225> Assertion failure in RenderView::computeRectForRepaint() (!repaintContainer || repaintContainer == this) at store.apple.com

Modified: trunk/Source/autotools/symbols.filter (110667 => 110668)


--- trunk/Source/autotools/symbols.filter	2012-03-14 07:06:03 UTC (rev 110667)
+++ trunk/Source/autotools/symbols.filter	2012-03-14 07:11:22 UTC (rev 110668)
@@ -50,6 +50,7 @@
 _ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_7ElementEPKNS_5RangeERjS6_;
 _ZN7WebCore12TextIterator29getLocationAndLengthFromRangeEPNS_7ElementEPKNS_5RangeERmS6_;
 _ZN7WebCore13createWrapperEPN3JSC9ExecStateEPNS_17JSDOMGlobalObjectEPNS_4NodeE;
+_ZN7WebCore14ClientRectListC1ERKN3WTF6VectorINS_9FloatQuadELj0EEE;
 _ZN7WebCore14ClientRectListC1ERKN3WTF6VectorINS_9FloatQuadELm0EEE;
 _ZN7WebCore14ClientRectListC1Ev;
 _ZN7WebCore14ClientRectListD1Ev;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to