Index: third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
index 812b07212b35a37ad676a5e261041698db702027..90daa17cc48870da2a2beec34e3250490d86f489 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLConstructionSite.h |
@@ -199,7 +199,7 @@ public: |
HTMLFormElement* form() const { return m_form.get(); } |
PassRefPtrWillBeRawPtr<HTMLFormElement> takeForm(); |
- ParserContentPolicy parserContentPolicy() { return m_parserContentPolicy; } |
+ ParserContentPolicy getParserContentPolicy() { return m_parserContentPolicy; } |
class RedirectToFosterParentGuard { |
STACK_ALLOCATED(); |