| 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 f30ca2deb7875781c69fd05466047fcc4e97d4bf..9b763c99a91f79ad1fa2f83589c6e392c25761c1 100644
|
| --- a/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
|
| +++ b/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h
|
| @@ -47,8 +47,6 @@ struct NativeValueTraits<IDBKeyRange*> {
|
| static IDBKeyRange* nativeValue(v8::Isolate*, v8::Local<v8::Value>, ExceptionState&);
|
| };
|
|
|
| -ExecutionContext* toExecutionContextForModules(v8::Local<v8::Context>);
|
| -
|
| void registerInstallOriginTrialsForModules();
|
|
|
| } // namespace blink
|
|
|