| Index: third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.cpp b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| index d82156feae41c10d020e28babff95bf24fc0b828..fbdcc2997cb2844fe3983f99f744622f56f38bb2 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.cpp
|
| @@ -147,7 +147,7 @@ bool PseudoElement::layoutObjectIsNeeded(const ComputedStyle& style) {
|
| return pseudoElementLayoutObjectIsNeeded(&style);
|
| }
|
|
|
| -void PseudoElement::didRecalcStyle(StyleRecalcChange) {
|
| +void PseudoElement::didRecalcStyle() {
|
| if (!layoutObject())
|
| return;
|
|
|
|
|