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

Unified Diff: third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h

Issue 2848963002: Clean up bindings/core/v8 (Part 1) (Closed)
Patch Set: Fix build 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/core/frame/SuspendableScriptExecutor.h
diff --git a/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h b/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
index 0d85266820d4346eefc655d24cb2a31f619248f6..59458aa38ed18e7e919266eb5ab4b246aacf2453 100644
--- a/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
+++ b/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
@@ -5,9 +5,9 @@
#ifndef SuspendableScriptExecutor_h
#define SuspendableScriptExecutor_h
-#include "bindings/core/v8/DOMWrapperWorld.h"
#include "core/CoreExport.h"
#include "core/frame/SuspendableTimer.h"
+#include "platform/bindings/DOMWrapperWorld.h"
#include "platform/heap/Handle.h"
#include "platform/heap/SelfKeepAlive.h"
#include "platform/wtf/RefPtr.h"
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReader.h ('k') | third_party/WebKit/Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698