Title: [158792] trunk/Source/WebKit2
Revision
158792
Author
[email protected]
Date
2013-11-06 14:37:34 -0800 (Wed, 06 Nov 2013)

Log Message

Fix EFL build after r158753
https://bugs.webkit.org/show_bug.cgi?id=123923

r158753 renamed WKNavigationData.h as WKNavigationDataRef.h, so
update it in UIProcess/API/efl/ewk_navigation_data_private.h.

Patch by Sergio Correia <[email protected]> on 2013-11-06
Reviewed by Csaba Osztrogonác.

* UIProcess/API/efl/ewk_navigation_data_private.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (158791 => 158792)


--- trunk/Source/WebKit2/ChangeLog	2013-11-06 22:31:38 UTC (rev 158791)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-06 22:37:34 UTC (rev 158792)
@@ -1,3 +1,15 @@
+2013-11-06  Sergio Correia  <[email protected]>
+
+        Fix EFL build after r158753
+        https://bugs.webkit.org/show_bug.cgi?id=123923
+
+        r158753 renamed WKNavigationData.h as WKNavigationDataRef.h, so
+        update it in UIProcess/API/efl/ewk_navigation_data_private.h.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * UIProcess/API/efl/ewk_navigation_data_private.h:
+
 2013-11-06  Anders Carlsson  <[email protected]>
 
         Implement more decoding methods

Modified: trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data_private.h (158791 => 158792)


--- trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data_private.h	2013-11-06 22:31:38 UTC (rev 158791)
+++ trunk/Source/WebKit2/UIProcess/API/efl/ewk_navigation_data_private.h	2013-11-06 22:37:34 UTC (rev 158792)
@@ -28,7 +28,7 @@
 
 #include "WKAPICast.h"
 #include "WKEinaSharedString.h"
-#include "WKNavigationData.h"
+#include "WKNavigationDataRef.h"
 #include "WKRetainPtr.h"
 #include "ewk_private.h"
 #include "ewk_url_request_private.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to