| Index: third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
|
| index a9556b83277db77c5f201473c73a8f722ac552e6..c8ce59d35ebddd59373c3473a40c2e574f3400d4 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLTokenizer.h
|
| @@ -123,9 +123,8 @@ class CORE_EXPORT HTMLTokenizer {
|
| AfterDOCTYPESystemIdentifierState,
|
| BogusDOCTYPEState,
|
| CDATASectionState,
|
| - // These CDATA states are not in the HTML5 spec, but we use them internally.
|
| - CDATASectionRightSquareBracketState,
|
| - CDATASectionDoubleRightSquareBracketState,
|
| + CDATASectionBracketState,
|
| + CDATASectionEndState,
|
| };
|
|
|
| // This function returns true if it emits a token. Otherwise, callers
|
|
|