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

Unified Diff: Source/core/dom/CompositorProxy.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/bindings/scripts/generate_global_constructors.py ('k') | Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/CompositorProxy.idl
diff --git a/Source/core/dom/CompositorProxy.idl b/Source/core/dom/CompositorProxy.idl
index a4f19f73817b13a14e382a53cd3462842d9d0d6a..53de14b81dfeaacb968e27f3f3576e9beace07e0 100644
--- a/Source/core/dom/CompositorProxy.idl
+++ b/Source/core/dom/CompositorProxy.idl
@@ -5,7 +5,7 @@
[
Constructor(Element element, DOMString[] attributeArray),
ConstructorCallWith=ExecutionContext,
- Exposed=Window,
+ Exposed=(Window,CompositorWorker),
GarbageCollected,
RaisesException=Constructor,
RuntimeEnabled=CompositorWorker,
« no previous file with comments | « Source/bindings/scripts/generate_global_constructors.py ('k') | Source/core/workers/WorkerGlobalScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698