| Index: third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
|
| index d2234df4ce50027fcdafd00215d61b5c42710493..298d9fc0c9772bcca59e617fef2f1d5f8ab51f98 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSNumberValue.idl
|
| @@ -5,6 +5,6 @@
|
| [
|
| Constructor(double value),
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface CSSNumberValue : StyleValue {
|
| +] interface CSSNumberValue : CSSStyleValue {
|
| readonly attribute double value;
|
| };
|
|
|