| Index: Source/core/dom/CompositorProxy.idl
|
| diff --git a/Source/core/dom/CompositorProxy.idl b/Source/core/dom/CompositorProxy.idl
|
| index 9276f09785b31632656e07bc1c6e868dafd027d8..aaa7a3b86887c31e758ca68f943d0f7190297371 100644
|
| --- a/Source/core/dom/CompositorProxy.idl
|
| +++ b/Source/core/dom/CompositorProxy.idl
|
| @@ -12,4 +12,8 @@
|
| ] interface CompositorProxy {
|
| readonly attribute long elementId;
|
| readonly attribute long attributes;
|
| +
|
| + [RaisesException] attribute double opacity;
|
| + [RaisesException] attribute double scrollTop;
|
| + [RaisesException] attribute double[] transform;
|
| };
|
|
|