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

Unified Diff: third_party/WebKit/Source/core/dom/ExecutionContext.cpp

Issue 2871503003: Worklet: Move common code from Worker/WorkletGlobalScope to WorkerOrWorkletGlobalScope (Closed)
Patch Set: fix rebase failure Created 3 years, 7 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/dom/ExecutionContext.cpp
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
index 73785b2f96fdb625a4bcc3d6a1dfddc9d91108df..1441ab9982615e117910dba6a85b3c9f238274b8 100644
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
@@ -29,6 +29,7 @@
#include <memory>
#include "bindings/core/v8/SourceLocation.h"
+#include "bindings/core/v8/V8BindingForCore.h"
#include "core/dom/ExecutionContextTask.h"
#include "core/dom/SuspendableObject.h"
#include "core/dom/TaskRunnerHelper.h"

Powered by Google App Engine
This is Rietveld 408576698