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

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

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 | « no previous file | third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp » ('j') | 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.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
index e4bd7ef2bbdd7a5d3973681b22a48d8b1139d301..addc12b2a6cef1f0e0617d55b15372f3b2fa408d 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
@@ -15,9 +15,7 @@ class CORE_EXPORT CSSAngleValue final : public CSSStyleValue {
DEFINE_WRAPPERTYPEINFO();
public:
- static CSSAngleValue* create(double value,
- const String& unit,
- ExceptionState&);
+ static CSSAngleValue* create(double value, const String& unit);
StyleValueType type() const override { return AngleType; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698