| Index: third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp b/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| index 1fd917aaa8867a6ba082cf7709394e3f31c0453c..14e7e7f19c28f4955da69404870270fd31f6c848 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| @@ -226,9 +226,8 @@ void V8CSSStyleDeclaration::namedPropertySetterCustom(
|
|
|
| TOSTRING_VOID(V8StringResource<TreatNullAsNullString>, propertyValue, value);
|
| ExceptionState exceptionState(
|
| - ExceptionState::SetterContext,
|
| - getPropertyName(resolveCSSPropertyID(unresolvedProperty)),
|
| - "CSSStyleDeclaration", info.Holder(), info.GetIsolate());
|
| + info.GetIsolate(), ExceptionState::SetterContext, "CSSStyleDeclaration",
|
| + getPropertyName(resolveCSSPropertyID(unresolvedProperty)));
|
| impl->setPropertyInternal(unresolvedProperty, String(), propertyValue, false,
|
| exceptionState);
|
|
|
|
|