Index: third_party/WebKit/Source/core/dom/Text.h |
diff --git a/third_party/WebKit/Source/core/dom/Text.h b/third_party/WebKit/Source/core/dom/Text.h |
index fa8435da774ec7823f2898590016da78bd4c50dc..f0fb2173391923eff65ec085a48f03270c1b1092 100644 |
--- a/third_party/WebKit/Source/core/dom/Text.h |
+++ b/third_party/WebKit/Source/core/dom/Text.h |
@@ -60,7 +60,7 @@ public: |
void reattachIfNeeded(const AttachContext& = AttachContext()); |
bool canContainRangeEndPoint() const final { return true; } |
- NodeType nodeType() const override; |
+ NodeType getNodeType() const override; |
DECLARE_VIRTUAL_TRACE(); |