| Index: Source/core/xml/parser/XMLDocumentParser.h
|
| diff --git a/Source/core/xml/parser/XMLDocumentParser.h b/Source/core/xml/parser/XMLDocumentParser.h
|
| index ffa62ab367afceb1ada0fa1bdde8d2e741ba7ffa..cc886bc32a0687d908d088f428f42fc47f62927c 100644
|
| --- a/Source/core/xml/parser/XMLDocumentParser.h
|
| +++ b/Source/core/xml/parser/XMLDocumentParser.h
|
| @@ -26,12 +26,12 @@
|
| #define XMLDocumentParser_h
|
|
|
| #include <libxml/tree.h>
|
| -#include "XMLErrors.h"
|
| #include "core/dom/FragmentScriptingPermission.h"
|
| #include "core/dom/ScriptableDocumentParser.h"
|
| #include "core/loader/cache/CachedResourceClient.h"
|
| #include "core/loader/cache/CachedResourceHandle.h"
|
| #include "core/platform/text/SegmentedString.h"
|
| +#include "core/xml/XMLErrors.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/text/CString.h>
|
|
|