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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptState.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/ScriptState.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
index e08b11f52e99e2e6247a78aff4640a03acfedc8d..4074bca184e6d2f9abe7adac93bc069707a38043 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
@@ -5,7 +5,6 @@
#include "bindings/core/v8/ScriptState.h"
#include "bindings/core/v8/V8Binding.h"
-#include "core/dom/ExecutionContext.h"
namespace blink {
@@ -65,8 +64,4 @@ ScriptValue ScriptState::GetFromExtrasExports(const char* name) {
return ScriptValue(this, v8_value);
}
-ExecutionContext* ScriptState::GetExecutionContext() const {
- return ExecutionContext::From(this);
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698