| Index: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| index fa8dc0376d18b93333cb1901a811697dd90c4928..1d35a17c113f615aabba54680412d40dd6418061 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.cpp
|
| @@ -10,9 +10,7 @@
|
|
|
| namespace blink {
|
|
|
| -CSSAngleValue* CSSAngleValue::create(double value,
|
| - const String& unit,
|
| - ExceptionState& exceptionState) {
|
| +CSSAngleValue* CSSAngleValue::create(double value, const String& unit) {
|
| CSSPrimitiveValue::UnitType primitiveUnit =
|
| CSSPrimitiveValue::stringToUnitType(unit);
|
| DCHECK(CSSPrimitiveValue::isAngle(primitiveUnit));
|
|
|