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