Index: Source/web/tests/CustomEventTest.cpp |
diff --git a/Source/web/tests/CustomEventTest.cpp b/Source/web/tests/CustomEventTest.cpp |
index d93eb96087d8ebfe10ff804abd561eddda916895..90319a12bb949e999c9df7ce4c6ad74163354ddd 100644 |
--- a/Source/web/tests/CustomEventTest.cpp |
+++ b/Source/web/tests/CustomEventTest.cpp |
@@ -30,11 +30,11 @@ |
#include "config.h" |
+#include "bindings/core/v8/ExceptionStatePlaceholder.h" |
+#include "bindings/core/v8/ScriptController.h" |
+#include "bindings/core/v8/SerializedScriptValue.h" |
+#include "bindings/core/v8/V8AbstractEventListener.h" |
#include "bindings/core/v8/V8Event.h" |
-#include "bindings/v8/ExceptionStatePlaceholder.h" |
-#include "bindings/v8/ScriptController.h" |
-#include "bindings/v8/SerializedScriptValue.h" |
-#include "bindings/v8/V8AbstractEventListener.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebUnitTestSupport.h" |
#include "public/web/WebDOMCustomEvent.h" |