Title: [203398] trunk/Source/WebKit2
Revision
203398
Author
[email protected]
Date
2016-07-18 23:50:02 -0700 (Mon, 18 Jul 2016)

Log Message

Fix the --minimal build fail in InjectedBundle.cpp
https://bugs.webkit.org/show_bug.cgi?id=159770

Reviewed by Benjamin Poulain.

* WebProcess/InjectedBundle/InjectedBundle.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (203397 => 203398)


--- trunk/Source/WebKit2/ChangeLog	2016-07-19 05:55:27 UTC (rev 203397)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-19 06:50:02 UTC (rev 203398)
@@ -1,3 +1,12 @@
+2016-07-18  Csaba Osztrogonác  <[email protected]>
+
+        Fix the --minimal build fail in InjectedBundle.cpp
+        https://bugs.webkit.org/show_bug.cgi?id=159770
+
+        Reviewed by Benjamin Poulain.
+
+        * WebProcess/InjectedBundle/InjectedBundle.cpp:
+
 2016-07-18  Alex Christensen  <[email protected]>
 
         webbookmarksd needs to use the same AppCache directory as MobileSafari

Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp (203397 => 203398)


--- trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2016-07-19 05:55:27 UTC (rev 203397)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/InjectedBundle.cpp	2016-07-19 06:50:02 UTC (rev 203398)
@@ -66,6 +66,7 @@
 #include <WebCore/PageGroup.h>
 #include <WebCore/PrintContext.h>
 #include <WebCore/ResourceHandle.h>
+#include <WebCore/RuntimeEnabledFeatures.h>
 #include <WebCore/ScriptController.h>
 #include <WebCore/SecurityOrigin.h>
 #include <WebCore/SecurityPolicy.h>
@@ -75,9 +76,6 @@
 #include <WebCore/UserScript.h>
 #include <WebCore/UserStyleSheet.h>
 
-#if ENABLE(CSS_REGIONS) || ENABLE(CSS_COMPOSITING)
-#include <WebCore/RuntimeEnabledFeatures.h>
-#endif
 
 #if ENABLE(NOTIFICATIONS) || ENABLE(LEGACY_NOTIFICATIONS)
 #include "WebNotificationManager.h"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to