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..af30a29b693bfe6d660af29aff0d62fcaa4ed311 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&); |
}; |
+MODULES_EXPORT ExecutionContext* toExecutionContextForModules(v8::Local<v8::Context>); |
+ |
} // namespace blink |
#endif // V8BindingForModules_h |