| 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 14e7e7f19c28f4955da69404870270fd31f6c848..0eaf58150a37efe340ffb488cdabfe58df199ed3 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
|
| @@ -229,7 +229,7 @@ void V8CSSStyleDeclaration::namedPropertySetterCustom(
|
| info.GetIsolate(), ExceptionState::SetterContext, "CSSStyleDeclaration",
|
| getPropertyName(resolveCSSPropertyID(unresolvedProperty)));
|
| impl->setPropertyInternal(unresolvedProperty, String(), propertyValue, false,
|
| - exceptionState);
|
| + nullptr, exceptionState);
|
|
|
| v8SetReturnValue(info, value);
|
| }
|
|
|