| Index: third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| index 13e1156bdedff3c9c167202b013d58766350a725..16f26f054c22d7d6c71043510da51b0f1f5d9f86 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
|
| @@ -9,7 +9,8 @@
|
| Constructor(CSSNumericValue angleValue),
|
| Constructor(double x, double y, double z, CSSNumericValue angle),
|
| Exposed=(Window,PaintWorklet),
|
| - RuntimeEnabled=CSSTypedOM
|
| + RuntimeEnabled=CSSTypedOM,
|
| + RaisesException=Constructor
|
| ] interface CSSRotation : CSSTransformComponent {
|
| readonly attribute CSSNumericValue angle;
|
| readonly attribute double x;
|
|
|