| 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 55bb344c0133a4fd17104f43a0b39a579ff551d9..e52488368de712f0f41fe8d6814b49914f6a978a 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -915,10 +915,6 @@ class CORE_EXPORT Node : public EventTarget {
|
|
|
| void setStyleChange(StyleChangeType);
|
|
|
| - virtual ComputedStyle* nonLayoutObjectComputedStyle() const {
|
| - return nullptr;
|
| - }
|
| -
|
| virtual const ComputedStyle* virtualEnsureComputedStyle(
|
| PseudoId = PseudoIdNone);
|
|
|
|
|