Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h

Issue 2848243004: Clean up bindings/core/v8 (Part 2) (Closed)
Patch Set: Rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
index ecf0f8e2e6c6b2da867affe8a199f3ea9930895d..01136b7914281d1ea21c9e792df0809b2ca5145e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
@@ -6,7 +6,6 @@
#define ScriptPromiseResolver_h
#include "bindings/core/v8/ScriptPromise.h"
-#include "bindings/core/v8/ScriptState.h"
#include "bindings/core/v8/ToV8ForCore.h"
#include "core/CoreExport.h"
#include "core/dom/ExecutionContext.h"
@@ -14,6 +13,7 @@
#include "platform/ScriptForbiddenScope.h"
#include "platform/Timer.h"
#include "platform/bindings/ScopedPersistent.h"
+#include "platform/bindings/ScriptState.h"
#include "platform/heap/Handle.h"
#include "platform/heap/SelfKeepAlive.h"
#include "v8/include/v8.h"

Powered by Google App Engine
This is Rietveld 408576698