| Index: third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
|
| diff --git a/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp b/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
|
| index 303d161d48aef43732c0134686bc8782f07bedce..a252f391b7f1ca66a8341c209607ef5971bf9532 100644
|
| --- a/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
|
| +++ b/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
|
| @@ -93,7 +93,8 @@ PassRefPtr<Image> CSSPaintDefinition::paint(const LayoutObject& layoutObject,
|
| PaintSize* paintSize = PaintSize::create(specifiedSize);
|
| StylePropertyMap* styleMap = FilteredComputedStylePropertyMap::create(
|
| CSSComputedStyleDeclaration::create(layoutObject.node()),
|
| - m_nativeInvalidationProperties, m_customInvalidationProperties);
|
| + m_nativeInvalidationProperties, m_customInvalidationProperties,
|
| + layoutObject.node());
|
|
|
| v8::Local<v8::Value> argv[] = {
|
| ToV8(renderingContext, m_scriptState->context()->Global(), isolate),
|
|
|