| Index: third_party/WebKit/Source/core/dom/Element.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h
|
| index 4df08b266430bb8cbe70bc6ef5bbf730c4bfac8e..51a282471ca625127144c870e20b312ce27a0445 100644
|
| --- a/third_party/WebKit/Source/core/dom/Element.h
|
| +++ b/third_party/WebKit/Source/core/dom/Element.h
|
| @@ -901,7 +901,7 @@ class CORE_EXPORT Element : public ContainerNode {
|
| const AtomicString&,
|
| AttributeModificationReason);
|
|
|
| - bool pseudoStyleCacheIsInvalid(const ComputedStyle* currentStyle,
|
| + void pseudoStyleCacheIsInvalid(const ComputedStyle* currentStyle,
|
| ComputedStyle* newStyle);
|
|
|
| void cancelFocusAppearanceUpdate();
|
|
|