Title: [158226] trunk/Source
Revision
158226
Author
[email protected]
Date
2013-10-29 14:30:39 -0700 (Tue, 29 Oct 2013)

Log Message

More correct build fix after 158223.

Only fails in release because it's inline.

* WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm:
* WebCore.exp.in:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (158225 => 158226)


--- trunk/Source/WebCore/ChangeLog	2013-10-29 21:25:51 UTC (rev 158225)
+++ trunk/Source/WebCore/ChangeLog	2013-10-29 21:30:39 UTC (rev 158226)
@@ -1,3 +1,11 @@
+2013-10-29  Tim Horton  <[email protected]>
+
+        More correct build fix after 158223.
+
+        Only fails in release because it's inline.
+
+        * WebCore.exp.in:
+
 2013-10-29  Antti Koivisto  <[email protected]>
 
         Use left/right instead of left/width for simple text runs

Modified: trunk/Source/WebCore/WebCore.exp.in (158225 => 158226)


--- trunk/Source/WebCore/WebCore.exp.in	2013-10-29 21:25:51 UTC (rev 158225)
+++ trunk/Source/WebCore/WebCore.exp.in	2013-10-29 21:30:39 UTC (rev 158226)
@@ -1680,7 +1680,6 @@
 __ZNK7WebCore5Color10serializedEv
 __ZNK7WebCore5Color7getRGBAERdS1_S1_S1_
 __ZNK7WebCore5Color7getRGBAERfS1_S1_S1_
-__ZNK7WebCore5Frame11isMainFrameEv
 __ZNK7WebCore5Frame13ownerRendererEv
 __ZNK7WebCore5Frame15contentRendererEv
 __ZNK7WebCore5Frame15layerTreeAsTextEj

Modified: trunk/Source/WebKit2/ChangeLog (158225 => 158226)


--- trunk/Source/WebKit2/ChangeLog	2013-10-29 21:25:51 UTC (rev 158225)
+++ trunk/Source/WebKit2/ChangeLog	2013-10-29 21:30:39 UTC (rev 158226)
@@ -1,5 +1,14 @@
 2013-10-29  Tim Horton  <[email protected]>
 
+        More correct build fix after 158223.
+
+        Only fails in release because it's inline.
+        Include the relevant header to get the function.
+
+        * WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm:
+
+2013-10-29  Tim Horton  <[email protected]>
+
         Remote Layer Tree: Support tiled drawing and use it for the main frame
         https://bugs.webkit.org/show_bug.cgi?id=123422
 

Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm (158225 => 158226)


--- trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm	2013-10-29 21:25:51 UTC (rev 158225)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm	2013-10-29 21:30:39 UTC (rev 158226)
@@ -31,6 +31,7 @@
 #import "WebPage.h"
 #import <WebCore/Frame.h>
 #import <WebCore/FrameView.h>
+#import <WebCore/MainFrame.h>
 #import <WebCore/Settings.h>
 
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to