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

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

Issue 2800173002: Remove ScriptState::setExecutionContext (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 692c7987920bd5fc4862a77f38b128224da2db8f..f19b6e5c8fa534ecaa20a54af7981ac91ec64d35 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
@@ -29,11 +29,6 @@ ExecutionContext* ScriptStateForTesting::getExecutionContext() const {
return m_executionContext;
}
-void ScriptStateForTesting::setExecutionContext(
- ExecutionContext* executionContext) {
- m_executionContext = executionContext;
-}
-
V8TestingScope::V8TestingScope()
: m_holder(DummyPageHolder::create()),
m_handleScope(isolate()),
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698