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

Unified Diff: third_party/WebKit/Source/bindings/modules/modules.gni

Issue 1841633002: Make constructors in Worklets be properly exposed on the global. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/modules.gni
diff --git a/third_party/WebKit/Source/bindings/modules/modules.gni b/third_party/WebKit/Source/bindings/modules/modules.gni
index 19ea7d3a49c955ee631374c59e1adc5733e4f357..3ae78b19dd1756361d2a40c828c23789073a2243 100644
--- a/third_party/WebKit/Source/bindings/modules/modules.gni
+++ b/third_party/WebKit/Source/bindings/modules/modules.gni
@@ -10,6 +10,7 @@ bindings_modules_output_dir = "$bindings_output_dir/modules"
modules_core_global_constructors_original_interfaces = [
"CompositorWorkerGlobalScope",
+ "PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
]
@@ -17,6 +18,7 @@ modules_global_constructors_original_interfaces = [
"Window",
"CompositorWorkerGlobalScope",
"DedicatedWorkerGlobalScope",
+ "PaintWorkletGlobalScope",
"ServiceWorkerGlobalScope",
"SharedWorkerGlobalScope",
]

Powered by Google App Engine
This is Rietveld 408576698