Index: third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
index b02ff06454c394357bbef5c8cbe648f861275f04..98608e297999a6035a8c87919745fcca453f8844 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
+++ b/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp |
@@ -4,6 +4,7 @@ |
#include "modules/serviceworkers/WaitUntilObserver.h" |
+#include <v8.h> |
#include "bindings/core/v8/ScriptFunction.h" |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptValue.h" |
@@ -15,7 +16,6 @@ |
#include "public/platform/Platform.h" |
#include "public/platform/modules/serviceworker/WebServiceWorkerEventResult.h" |
#include "wtf/Assertions.h" |
-#include <v8.h> |
namespace blink { |