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

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

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
Index: third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
index 09f41f5af0df3e74bc65ac120671fabcbdb3e396..8299477dc628b7b3bb6aaff0189640a99f9236d0 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
@@ -25,7 +25,6 @@ class ScriptStateForTesting : public ScriptState {
static PassRefPtr<ScriptStateForTesting> create(v8::Local<v8::Context>,
PassRefPtr<DOMWrapperWorld>);
ExecutionContext* getExecutionContext() const override;
- void setExecutionContext(ExecutionContext*) override;
private:
ScriptStateForTesting(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);

Powered by Google App Engine
This is Rietveld 408576698