Title: [209681] trunk/Source/WebKit2
- Revision
- 209681
- Author
- [email protected]
- Date
- 2016-12-11 04:48:46 -0800 (Sun, 11 Dec 2016)
Log Message
Unreviewed build fix for EFL after r209665
* UIProcess/efl/TextCheckerClientEfl.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (209680 => 209681)
--- trunk/Source/WebKit2/ChangeLog 2016-12-11 11:11:57 UTC (rev 209680)
+++ trunk/Source/WebKit2/ChangeLog 2016-12-11 12:48:46 UTC (rev 209681)
@@ -1,3 +1,9 @@
+2016-12-11 Konstantin Tokarev <[email protected]>
+
+ Unreviewed build fix for EFL after r209665
+
+ * UIProcess/efl/TextCheckerClientEfl.h:
+
2016-12-10 Konstantin Tokarev <[email protected]>
[cmake] Include WTF, JSC, and WebCore headers automatically to targers using them
Modified: trunk/Source/WebKit2/UIProcess/efl/TextCheckerClientEfl.h (209680 => 209681)
--- trunk/Source/WebKit2/UIProcess/efl/TextCheckerClientEfl.h 2016-12-11 11:11:57 UTC (rev 209680)
+++ trunk/Source/WebKit2/UIProcess/efl/TextCheckerClientEfl.h 2016-12-11 12:48:46 UTC (rev 209681)
@@ -28,9 +28,9 @@
#if ENABLE(SPELLCHECK)
-#include "TextCheckerEnchant.h"
-#include "Timer.h"
#include "ewk_text_checker_private.h"
+#include <WebCore/TextCheckerEnchant.h>
+#include <WebCore/Timer.h>
#include <WebKit/WKTextChecker.h>
namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes