| Index: Source/core/html/parser/HTMLEntityParser.cpp | 
| diff --git a/Source/core/html/parser/HTMLEntityParser.cpp b/Source/core/html/parser/HTMLEntityParser.cpp | 
| index 6eefad4b994fa8396a12007cc54e392d34504299..ecc716afff245dc7ef7c16f5da1c8786f294206b 100644 | 
| --- a/Source/core/html/parser/HTMLEntityParser.cpp | 
| +++ b/Source/core/html/parser/HTMLEntityParser.cpp | 
| @@ -28,9 +28,9 @@ | 
| #include "config.h" | 
| #include "HTMLEntityParser.h" | 
|  | 
| -#include "CharacterReferenceParserInlines.h" | 
| #include "HTMLEntitySearch.h" | 
| #include "HTMLEntityTable.h" | 
| +#include "core/xml/parser/CharacterReferenceParserInlines.h" | 
| #include <wtf/text/StringBuilder.h> | 
|  | 
| using namespace WTF; | 
|  |