Title: [125784] trunk/Source/WebCore
Revision
125784
Author
[email protected]
Date
2012-08-16 09:02:13 -0700 (Thu, 16 Aug 2012)

Log Message

Fix the Mac build.

Unreviewed build fix.

* WebCore.exp.in: Export FrameView::didFirstLayout()

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (125783 => 125784)


--- trunk/Source/WebCore/ChangeLog	2012-08-16 15:33:02 UTC (rev 125783)
+++ trunk/Source/WebCore/ChangeLog	2012-08-16 16:02:13 UTC (rev 125784)
@@ -1,3 +1,11 @@
+2012-08-16  Jocelyn Turcotte  <[email protected]>
+
+        Fix the Mac build.
+
+        Unreviewed build fix.
+
+        * WebCore.exp.in: Export FrameView::didFirstLayout()
+
 2012-08-16  Konrad Piascik  <[email protected]>
 
         Add BB10 User Agent String to Web Inspector.

Modified: trunk/Source/WebCore/WebCore.exp.in (125783 => 125784)


--- trunk/Source/WebCore/WebCore.exp.in	2012-08-16 15:33:02 UTC (rev 125783)
+++ trunk/Source/WebCore/WebCore.exp.in	2012-08-16 16:02:13 UTC (rev 125784)
@@ -1383,6 +1383,7 @@
 __ZNK7WebCore9FrameView11needsLayoutEv
 __ZNK7WebCore9FrameView13isTransparentEv
 __ZNK7WebCore9FrameView13paintBehaviorEv
+__ZNK7WebCore9FrameView14didFirstLayoutEv
 __ZNK7WebCore9FrameView19baseBackgroundColorEv
 __ZNK7WebCore9FrameView20isSoftwareRenderableEv
 __ZNK7WebCore9FrameView23documentBackgroundColorEv
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to