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..ccf4eedb4f1f9a61dd5a170bfe487ff21d182b90 100644 |
--- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h |
+++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h |
@@ -11,6 +11,7 @@ |
namespace blink { |
+class ExecutionContext; |
class IDBAny; |
class IDBKey; |
class IDBKeyPath; |
@@ -47,6 +48,9 @@ struct NativeValueTraits<IDBKeyRange*> { |
static IDBKeyRange* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&); |
}; |
+ExecutionContext* toExecutionContextForModules(v8::Local<v8::Context>); |
+v8::Local<v8::Context> toV8ContextForModules(ExecutionContext*); |
+ |
} // namespace blink |
#endif // V8BindingForModules_h |