Title: [148550] trunk/Source/WebKit/efl
Revision
148550
Author
[email protected]
Date
2013-04-16 15:24:28 -0700 (Tue, 16 Apr 2013)

Log Message

EFL build fix after r148545.

* WebCoreSupport/DumpRenderTreeSupportEfl.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/efl/ChangeLog (148549 => 148550)


--- trunk/Source/WebKit/efl/ChangeLog	2013-04-16 22:22:12 UTC (rev 148549)
+++ trunk/Source/WebKit/efl/ChangeLog	2013-04-16 22:24:28 UTC (rev 148550)
@@ -1,3 +1,9 @@
+2013-04-16  Ryosuke Niwa  <[email protected]>
+
+        EFL build fix after r148545.
+
+        * WebCoreSupport/DumpRenderTreeSupportEfl.cpp:
+
 2013-04-16  Manuel Rego Casasnovas  <[email protected]>
 
         REGRESSION (r148506): Use of deprecated libsoup API

Modified: trunk/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp (148549 => 148550)


--- trunk/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp	2013-04-16 22:22:12 UTC (rev 148549)
+++ trunk/Source/WebKit/efl/WebCoreSupport/DumpRenderTreeSupportEfl.cpp	2013-04-16 22:24:28 UTC (rev 148550)
@@ -32,6 +32,7 @@
 #include <AnimationController.h>
 #include <DOMWindow.h>
 #include <DocumentLoader.h>
+#include <Editor.h>
 #include <EditorClientEfl.h>
 #include <Eina.h>
 #include <Evas.h>
@@ -39,6 +40,7 @@
 #include <FloatSize.h>
 #include <FocusController.h>
 #include <FrameLoader.h>
+#include <FrameSelection.h>
 #include <FrameView.h>
 #include <HTMLInputElement.h>
 #include <InspectorController.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to