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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl

Issue 2373233002: Add fromCSSValue methods to LengthValue subclasses, remove extra method in CSSSimpleLength. (Closed)
Patch Set: Update test expectations, remove extra includes and unused args Created 4 years, 3 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
Index: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
index 62bc25de82f06530ac85d3e042fd6bcab0f5af26..5af5e3a788ef51b687f2416832dc7f8a2fe53238 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.idl
@@ -8,6 +8,6 @@
RaisesException=Constructor,
RuntimeEnabled=CSSTypedOM
] interface CSSSimpleLength : CSSLengthValue {
- [EnforceRange] attribute double value;
+ [EnforceRange] readonly attribute double value;
[ImplementedAs=unit] readonly attribute LengthType type;
};

Powered by Google App Engine
This is Rietveld 408576698