Title: [211824] trunk/Source/WebKit2
Revision
211824
Author
wei...@apple.com
Date
2017-02-07 11:44:33 -0800 (Tue, 07 Feb 2017)

Log Message

Try to fix the EFL build.

* WebProcess/InjectedBundle/InjectedBundle.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (211823 => 211824)


--- trunk/Source/WebKit2/ChangeLog	2017-02-07 19:34:44 UTC (rev 211823)
+++ trunk/Source/WebKit2/ChangeLog	2017-02-07 19:44:33 UTC (rev 211824)
@@ -1,3 +1,9 @@
+2017-02-07  Sam Weinig  <s...@webkit.org>
+
+        Try to fix the EFL build.
+
+        * WebProcess/InjectedBundle/InjectedBundle.cpp:
+
 2017-02-07  Anders Carlsson  <ander...@apple.com>
 
         -[WKWebView encodeWithCoder:] needs to call super

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (211823 => 211824)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2017-02-07 19:34:44 UTC (rev 211823)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2017-02-07 19:44:33 UTC (rev 211824)
@@ -60,6 +60,7 @@
 #include <WebCore/GeolocationClient.h>
 #include <WebCore/GeolocationController.h>
 #include <WebCore/GeolocationPosition.h>
+#include <WebCore/JSDOMConvertBufferSource.h>
 #include <WebCore/JSDOMExceptionHandling.h>
 #include <WebCore/JSDOMWindow.h>
 #include <WebCore/JSNotification.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to