| 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,
|
|
|