| Index: third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLToken.h b/third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| index 62a2bd57608c49ab9f03ec0e62430461a93a3cef..45c50a18380ea1819aa59987e16da721ee98b1d5 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| @@ -500,6 +500,10 @@ private:
|
| std::unique_ptr<DoctypeData> m_doctypeData;
|
| };
|
|
|
| +#ifndef NDEBUG
|
| +const char* toString(HTMLToken::TokenType);
|
| +#endif
|
| +
|
| } // namespace blink
|
|
|
| #endif
|
|
|