Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.h

Issue 2029163002: Worklets - Change inheritance heirarchy of WorkletGlobalScope (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698