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

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: . Created 5 years, 8 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: 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,

Powered by Google App Engine
This is Rietveld 408576698