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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptState.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
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 13598e622039215d25a919a983d3fe096b38fef6..37b5c5b49978c3dab7b662f6ed4262ffb643e8eb 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp
@@ -70,8 +70,4 @@ ExecutionContext* ScriptState::getExecutionContext() const {
return toExecutionContext(context());
}
-void ScriptState::setExecutionContext(ExecutionContext*) {
- ASSERT_NOT_REACHED();
-}
-
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698