Index: third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h |
index 8fc58d84a99215462281509b8762049c4550b66a..9d7727c6148670d0e37a0bc6d99e4a2f06285297 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h |
@@ -179,7 +179,7 @@ private: |
void parseError(AtomicHTMLToken*); |
- InsertionMode insertionMode() const { return m_insertionMode; } |
+ InsertionMode getInsertionMode() const { return m_insertionMode; } |
void setInsertionMode(InsertionMode mode) { m_insertionMode = mode; } |
void resetInsertionModeAppropriately(); |