Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: core/css/CSSPrimitiveValue.idl

Issue 22498002: Roll IDL to multivm@1329 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/css/CSSMediaRule.idl ('k') | core/css/CSSRuleList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/CSSPrimitiveValue.idl
diff --git a/core/css/CSSPrimitiveValue.idl b/core/css/CSSPrimitiveValue.idl
index ff49620f170b86a0b2c4413a5a13398b76be1f3c..06904da726eead47efd7092fe3ca6c1203c776f6 100644
--- a/core/css/CSSPrimitiveValue.idl
+++ b/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();
« no previous file with comments | « core/css/CSSMediaRule.idl ('k') | core/css/CSSRuleList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698