Index: Source/core/css/CSSStyleDeclaration.idl |
diff --git a/Source/core/css/CSSStyleDeclaration.idl b/Source/core/css/CSSStyleDeclaration.idl |
index 24fdfbb82bdee6a9d0905e8efd42c79a46506aac..a9fbc05820769b3e7dca8129d85483d64ee09185 100644 |
--- a/Source/core/css/CSSStyleDeclaration.idl |
+++ b/Source/core/css/CSSStyleDeclaration.idl |
@@ -39,7 +39,7 @@ |
// void setPropertyPriority(DOMString property, [TreatNullAs=EmptyString] DOMString priority); |
[RaisesException] DOMString? removeProperty(DOMString property); |
readonly attribute CSSRule? parentRule; |
- // [TreatNullAs=EmptyString] attribute DOMString cssFloat; |
+ [RaisesException=Setter, TreatNullAs=EmptyString] attribute DOMString cssFloat; |
// The camel-cased and dashed attribute getters have custom bindings. |
// http://dev.w3.org/csswg/cssom/#dom-cssstyledeclaration-camel-cased-attribute |