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

Unified Diff: Source/modules/compositorworker/CompositorWorkerGlobalScope.idl

Issue 1101583003: compositor-worker: Restrict the global interface in CompositorWorker. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tot-merge Created 5 years, 7 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
« no previous file with comments | « Source/core/workers/WorkerGlobalScope.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
diff --git a/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl b/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
index fb9ec840463752fd3d3a9c4b6b2a926fc6041bc0..ed65ef42da53197de0b511e84da38367b7eb6032 100644
--- a/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
+++ b/Source/modules/compositorworker/CompositorWorkerGlobalScope.idl
@@ -4,7 +4,7 @@
[
Exposed=CompositorWorker,
- Global=(Worker,CompositorWorker),
+ Global=CompositorWorker,
RuntimeEnabled=CompositorWorker,
TypeChecking=Interface,
] interface CompositorWorkerGlobalScope : WorkerGlobalScope {
« no previous file with comments | « Source/core/workers/WorkerGlobalScope.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698