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

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

Issue 2811213002: Move ScriptState::GetExecutionContext (Part 6) (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/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 902a2fd8a8ba2f161401784e68b7dc07cf32f551..881739568a3b4dd5753ed84237c1dfbece8672ae 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
@@ -26,10 +26,6 @@ ScriptStateForTesting::ScriptStateForTesting(v8::Local<v8::Context> context,
PassRefPtr<DOMWrapperWorld> world)
: ScriptState(context, std::move(world)) {}
-ExecutionContext* ScriptStateForTesting::GetExecutionContext() const {
- return execution_context_;
-}
-
V8TestingScope::V8TestingScope()
: holder_(DummyPageHolder::Create()),
handle_scope_(GetIsolate()),
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h ('k') | third_party/WebKit/Source/core/testing/Internals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698