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