Index: third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
index 3212b4a945e147807e9b17cd1b2ff87024102aab..8f1c68dc7ea614e5eb35c836b4eaf55775f62866 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8Binding.h |
@@ -976,7 +976,6 @@ CORE_EXPORT ExecutionContext* toExecutionContext(v8::Local<v8::Context>); |
CORE_EXPORT void registerToExecutionContextForModules( |
ExecutionContext* (*toExecutionContextForModules)(v8::Local<v8::Context>)); |
CORE_EXPORT ExecutionContext* currentExecutionContext(v8::Isolate*); |
-CORE_EXPORT ExecutionContext* enteredExecutionContext(v8::Isolate*); |
// Returns a V8 context associated with a ExecutionContext and a |
// DOMWrapperWorld. This method returns an empty context if there is no frame |