Index: third_party/WebKit/Source/core/css/cssom/TransformComponent.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl |
index f8da462c4000ab87b6dfd2fb7b8bb5fd177754ff..922b472290d1871e3802ed74f6b81886f703a6b6 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl |
@@ -8,5 +8,5 @@ |
] interface TransformComponent { |
readonly attribute DOMString cssString; |
boolean is2DComponent(); |
- [NewObject] Matrix asMatrix(); |
+ [NewObject, RaisesException] Matrix asMatrix(); |
}; |