| 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 9f6ce59d80c200c315bc5bc2eb0feb7cf8b1fa6f..4b80b819953bec6d354886ecaa2f65110b56eadf 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
|
| @@ -114,6 +114,9 @@ private:
|
| AfterAfterBodyMode,
|
| AfterAfterFramesetMode,
|
| };
|
| +#ifndef DEBUG
|
| + static const char* toString(InsertionMode);
|
| +#endif
|
|
|
| HTMLTreeBuilder(HTMLDocumentParser*, Document&, ParserContentPolicy, const HTMLParserOptions&);
|
| HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element* contextElement, ParserContentPolicy, const HTMLParserOptions&);
|
|
|