Index: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl |
index 3a8916f0aab191ce4958fa5e0cf5e0f59b9c6ea7..6bf718687258e64b39b5ea837fc233537e3e32cb 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl |
@@ -5,7 +5,7 @@ |
[ |
Constructor(CSSLengthValue x, CSSLengthValue y), |
RuntimeEnabled=CSSTypedOM |
-] interface CSSPositionValue : StyleValue { |
+] interface CSSPositionValue : CSSStyleValue { |
readonly attribute CSSLengthValue x; |
readonly attribute CSSLengthValue y; |
}; |