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

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

Issue 2528263004: Remove unused ExceptionState argument from CSSAngleValue constructor (Closed)
Patch Set: Created 4 years, 1 month 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/CSSAngleValue.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/CSSAngleValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl
index bdad094877ec295351ffc00b2fbbc527ffb23f20..ef94f416596161bf6b9fb7c5ad219bd8c6a84246 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.idl
@@ -7,8 +7,7 @@ enum CSSAngleUnit {
[
Constructor(double value, CSSAngleUnit unit),
Exposed=(Window,PaintWorklet),
- RuntimeEnabled=CSSTypedOM,
- RaisesException=Constructor
+ RuntimeEnabled=CSSTypedOM
] interface CSSAngleValue : CSSStyleValue {
readonly attribute double degrees;
readonly attribute double radians;
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698