| Index: sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| diff --git a/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp b/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| index eff8c34770769f4f1b9676df6205dd69d173e3a5..30ce7aa6c2543d77d86cbcafd4282eab04c31d9c 100644
|
| --- a/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| +++ b/sky/engine/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| @@ -222,7 +222,7 @@ void V8CSSStyleDeclaration::namedPropertySetterCustom(v8::Local<v8::String> name
|
|
|
| TOSTRING_VOID(V8StringResource<TreatNullAsNullString>, propertyValue, value);
|
| ExceptionState exceptionState(ExceptionState::SetterContext, getPropertyName(static_cast<CSSPropertyID>(propInfo->propID)), "CSSStyleDeclaration", info.Holder(), info.GetIsolate());
|
| - impl->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, false, exceptionState);
|
| + impl->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, exceptionState);
|
|
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
|
|