Index: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h |
diff --git a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h |
index 7e7dd2c12354c08c78d9c46c5f38f9843ddca5fd..4059c11ac915c8493f7ec4ee7e91bf080aacc441 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h |
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h |
@@ -47,6 +47,8 @@ struct NativeValueTraits<IDBKeyRange*> { |
static IDBKeyRange* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
+ExecutionContext* toExecutionContextForModules(v8::Local<v8::Context>); |
+ |
} // namespace blink |
#endif // V8BindingForModules_h |