| Index: third_party/WebKit/Source/core/dom/Element.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.cpp b/third_party/WebKit/Source/core/dom/Element.cpp
|
| index 7a6688b1a524f0d35371390cd52e2ea488d15955..1fb0078b4c6f065e7c865197b59f9ee9d11caded 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Element.cpp
|
| @@ -3836,7 +3836,8 @@ void Element::styleAttributeChanged(
|
| (containingShadowRoot() &&
|
| containingShadowRoot()->type() == ShadowRootType::UserAgent) ||
|
| document().contentSecurityPolicy()->allowInlineStyle(
|
| - document().url(), String(), startLineNumber, newStyleString)) {
|
| + this, document().url(), String(), startLineNumber,
|
| + newStyleString)) {
|
| setInlineStyleFromString(newStyleString);
|
| }
|
|
|
|
|