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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp

Issue 1445913002: Oilpan: track ScriptStateForTesting's ExecutionContext reference better. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/V8BindingForTesting.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
index 4f6ae867b13a3cf5ad0fb3b0b853639c56f7a552..798a8ff98f76f75b81c05449924223db5cb1c956 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
@@ -6,6 +6,7 @@
#include "bindings/core/v8/V8BindingForTesting.h"
#include "bindings/core/v8/DOMWrapperWorld.h"
+#include "core/dom/ExecutionContext.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698