| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index c02e8527d0a984ea5f96d30d0251cd1ac4e3de41..9338c51d659de5bc451dc29f8ef4f0dea0cab4b8 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -921,10 +921,6 @@ class CORE_EXPORT Node : public EventTarget {
|
|
|
| void setStyleChange(StyleChangeType);
|
|
|
| - virtual ComputedStyle* nonLayoutObjectComputedStyle() const {
|
| - return nullptr;
|
| - }
|
| -
|
| virtual const ComputedStyle* virtualEnsureComputedStyle(
|
| PseudoId = PseudoIdNone);
|
|
|
|
|