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

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

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.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
index f4effdb01d5df2efa6374aded5f73e07394a7574..1e6ae842f16c56bfa1168aaff3e78c20ec4beaa7 100644
--- a/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
+++ b/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
@@ -24,11 +24,8 @@ class ScriptStateForTesting : public ScriptState {
public:
static PassRefPtr<ScriptStateForTesting> Create(v8::Local<v8::Context>,
PassRefPtr<DOMWrapperWorld>);
- ExecutionContext* GetExecutionContext() const override;
-
private:
ScriptStateForTesting(v8::Local<v8::Context>, PassRefPtr<DOMWrapperWorld>);
- Persistent<ExecutionContext> execution_context_;
};
class V8TestingScope {

Powered by Google App Engine
This is Rietveld 408576698