Title: [160976] trunk/Tools
Revision
160976
Author
[email protected]
Date
2013-12-22 08:33:41 -0800 (Sun, 22 Dec 2013)

Log Message

Last URTBF after r160971 to make EFL build happy.

* TestWebKitAPI/efl/PlatformWebView.cpp:
* WebKitTestRunner/efl/PlatformWebViewEfl.cpp:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (160975 => 160976)


--- trunk/Tools/ChangeLog	2013-12-22 15:45:57 UTC (rev 160975)
+++ trunk/Tools/ChangeLog	2013-12-22 16:33:41 UTC (rev 160976)
@@ -1,3 +1,10 @@
+2013-12-22  Csaba Osztrogonác  <[email protected]>
+
+        Last URTBF after r160971 to make EFL build happy.
+
+        * TestWebKitAPI/efl/PlatformWebView.cpp:
+        * WebKitTestRunner/efl/PlatformWebViewEfl.cpp:
+
 2013-12-21  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Add myself to some more watch lists.

Modified: trunk/Tools/TestWebKitAPI/efl/PlatformWebView.cpp (160975 => 160976)


--- trunk/Tools/TestWebKitAPI/efl/PlatformWebView.cpp	2013-12-22 15:45:57 UTC (rev 160975)
+++ trunk/Tools/TestWebKitAPI/efl/PlatformWebView.cpp	2013-12-22 16:33:41 UTC (rev 160976)
@@ -24,6 +24,9 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+// FIXME: Remove this once everything has been moved over to the IPC namespace.
+#define CoreIPC IPC
+
 #include "config.h"
 #include "ewk_view_private.h"
 #include "PlatformWebView.h"

Modified: trunk/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp (160975 => 160976)


--- trunk/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp	2013-12-22 15:45:57 UTC (rev 160975)
+++ trunk/Tools/WebKitTestRunner/efl/PlatformWebViewEfl.cpp	2013-12-22 16:33:41 UTC (rev 160976)
@@ -18,6 +18,9 @@
  * Boston, MA 02110-1301, USA.
  */
 
+// FIXME: Remove this once everything has been moved over to the IPC namespace.
+#define CoreIPC IPC
+
 #include "config.h"
 #include "ewk_view_private.h"
 #include "PlatformWebView.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to