| Index: Source/core/html/parser/HTMLEntityParser.cpp
|
| diff --git a/Source/core/html/parser/HTMLEntityParser.cpp b/Source/core/html/parser/HTMLEntityParser.cpp
|
| index 9583421788dbab3bbfe9ba810fec53584118a89b..563c8a478aa5c496442d636878725c9b415c8a41 100644
|
| --- a/Source/core/html/parser/HTMLEntityParser.cpp
|
| +++ b/Source/core/html/parser/HTMLEntityParser.cpp
|
| @@ -31,7 +31,7 @@
|
| #include "core/html/parser/HTMLEntitySearch.h"
|
| #include "core/html/parser/HTMLEntityTable.h"
|
| #include "core/xml/parser/CharacterReferenceParserInlines.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| using namespace WTF;
|
|
|
|
|