| Index: Source/core/dom/DocumentFragment.cpp
|
| diff --git a/Source/core/dom/DocumentFragment.cpp b/Source/core/dom/DocumentFragment.cpp
|
| index a41ebe54ae63162b559af936ff9d7a09d255ffb9..085400e5143478f511c4c911707021e259cd5615 100644
|
| --- a/Source/core/dom/DocumentFragment.cpp
|
| +++ b/Source/core/dom/DocumentFragment.cpp
|
| @@ -25,9 +25,9 @@
|
|
|
| #include "Document.h"
|
| #include "HTMLDocumentParser.h"
|
| -#include "XMLDocumentParser.h"
|
| #include "core/page/Page.h"
|
| #include "core/page/Settings.h"
|
| +#include "core/xml/parser/XMLDocumentParser.h"
|
|
|
| namespace WebCore {
|
|
|
|
|