| Index: third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| index c7fb41260d504f07fbb42efae1aa9be94bd23ab6..87b7b7e6b86f0d794c61a2d02d1830278dcdfac5 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
|
| @@ -11,5 +11,5 @@
|
| RuntimeEnabled=CSSTypedOM,
|
| RaisesException=Constructor
|
| ] interface CSSPerspective : CSSTransformComponent {
|
| - readonly attribute CSSNumericValue length;
|
| + [RaisesException=Setter] attribute CSSNumericValue length;
|
| };
|
|
|