| Index: Source/core/css/CSSPrimitiveValue.idl
|
| diff --git a/Source/core/css/CSSPrimitiveValue.idl b/Source/core/css/CSSPrimitiveValue.idl
|
| index ff49620f170b86a0b2c4413a5a13398b76be1f3c..06904da726eead47efd7092fe3ca6c1203c776f6 100644
|
| --- a/Source/core/css/CSSPrimitiveValue.idl
|
| +++ b/Source/core/css/CSSPrimitiveValue.idl
|
| @@ -51,13 +51,13 @@
|
| const unsigned short CSS_VH = 27;
|
| const unsigned short CSS_VMIN = 28;
|
| const unsigned short CSS_VMAX = 29;
|
| -
|
| +
|
| readonly attribute unsigned short primitiveType;
|
|
|
| [RaisesException] void setFloatValue([Default=Undefined] optional unsigned short unitType,
|
| [Default=Undefined] optional float floatValue);
|
| [RaisesException] float getFloatValue([Default=Undefined] optional unsigned short unitType);
|
| - [RaisesException] void setStringValue([Default=Undefined] optional unsigned short stringType,
|
| + [RaisesException] void setStringValue([Default=Undefined] optional unsigned short stringType,
|
| [Default=Undefined] optional DOMString stringValue);
|
| [RaisesException] DOMString getStringValue();
|
| [RaisesException] Counter getCounterValue();
|
|
|