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 |