Index: third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl |
index 19ed240896cad7662bfc601b1e2bb19f061b6547..3d66384aa22dc3fc18f3cc37afce212cd195d986 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl |
@@ -14,5 +14,5 @@ |
] interface CSSTranslation : CSSTransformComponent { |
[RaisesException=Setter] attribute CSSNumericValue x; |
[RaisesException=Setter] attribute CSSNumericValue y; |
- [RaisesException=Setter] attribute CSSNumericValue? z; |
+ [RaisesException=Setter] attribute CSSNumericValue z; |
}; |