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

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

Issue 2939273003: [CSS Typed OM] Make the attributes of CSSPerspective mutable. (Closed)
Patch Set: rebase Created 3 years, 6 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 | « third_party/WebKit/Source/core/css/cssom/CSSPerspective.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
index c7fb41260d504f07fbb42efae1aa9be94bd23ab6..87b7b7e6b86f0d794c61a2d02d1830278dcdfac5 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
@@ -11,5 +11,5 @@
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
] interface CSSPerspective : CSSTransformComponent {
- readonly attribute CSSNumericValue length;
+ [RaisesException=Setter] attribute CSSNumericValue length;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSPerspective.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698