Index: Source/core/events/EventTarget.cpp |
diff --git a/Source/core/events/EventTarget.cpp b/Source/core/events/EventTarget.cpp |
index 2801c7c5e1c0e4c19e9ef8f5b26cc2ad904f3485..104e543171f40d383f4a585223923d573ebbc4f5 100644 |
--- a/Source/core/events/EventTarget.cpp |
+++ b/Source/core/events/EventTarget.cpp |
@@ -32,7 +32,6 @@ |
#include "config.h" |
#include "core/events/EventTarget.h" |
-#include "RuntimeEnabledFeatures.h" |
#include "bindings/v8/ExceptionState.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/NoEventDispatchAssertion.h" |
@@ -40,6 +39,7 @@ |
#include "core/events/Event.h" |
#include "core/inspector/InspectorInstrumentation.h" |
#include "core/frame/DOMWindow.h" |
+#include "platform/RuntimeEnabledFeatures.h" |
#include "wtf/StdLibExtras.h" |
#include "wtf/Vector.h" |