| Index: Source/core/css/CSSPrimitiveValue.idl
 | 
| diff --git a/Source/core/css/CSSPrimitiveValue.idl b/Source/core/css/CSSPrimitiveValue.idl
 | 
| index 06904da726eead47efd7092fe3ca6c1203c776f6..99b902d98778ac2c2168795f0c8b9e1c0dc4972e 100644
 | 
| --- a/Source/core/css/CSSPrimitiveValue.idl
 | 
| +++ b/Source/core/css/CSSPrimitiveValue.idl
 | 
| @@ -54,11 +54,11 @@
 | 
|  
 | 
|      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,
 | 
| -                                       [Default=Undefined] optional DOMString stringValue);
 | 
| +     [RaisesException] void setFloatValue(optional unsigned short unitType,
 | 
| +                                          optional float floatValue);
 | 
| +    [RaisesException] float getFloatValue(optional unsigned short unitType);
 | 
| +     [RaisesException] void setStringValue(optional unsigned short stringType,
 | 
| +                                           optional DOMString stringValue);
 | 
|      [RaisesException] DOMString getStringValue();
 | 
|      [RaisesException] Counter getCounterValue();
 | 
|      [RaisesException] Rect getRectValue();
 | 
| 
 |