Index: third_party/WebKit/Source/core/dom/Element.h |
diff --git a/third_party/WebKit/Source/core/dom/Element.h b/third_party/WebKit/Source/core/dom/Element.h |
index d122d8905ddddc8c68e35258e2f2de9aa71ec840..ae7a0360cb2b525aca687d0f113cee0ced3abbd3 100644 |
--- a/third_party/WebKit/Source/core/dom/Element.h |
+++ b/third_party/WebKit/Source/core/dom/Element.h |
@@ -663,7 +663,7 @@ private: |
void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId); |
void updateName(const AtomicString& oldName, const AtomicString& newName); |
- NodeType nodeType() const final; |
+ NodeType getNodeType() const final; |
bool childTypeAllowed(NodeType) const final; |
void setAttributeInternal(size_t index, const QualifiedName&, const AtomicString& value, SynchronizationOfLazyAttribute); |