| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index a6114400f453e17d7d90477e040300615d69ac06..a9c50753b0bd64c2a705806bb9e24c005e21238e 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -27,7 +27,6 @@
|
| #include "ExceptionCode.h"
|
| #include "MediaList.h"
|
| #include "StyleSheetContents.h"
|
| -#include "XMLDocumentParser.h" // for parseAttributes()
|
| #include "XSLStyleSheet.h"
|
| #include "core/loader/FrameLoader.h"
|
| #include "core/loader/cache/CachedCSSStyleSheet.h"
|
| @@ -35,6 +34,7 @@
|
| #include "core/loader/cache/CachedResourceRequest.h"
|
| #include "core/loader/cache/CachedXSLStyleSheet.h"
|
| #include "core/page/Frame.h"
|
| +#include "core/xml/parser/XMLDocumentParser.h" // for parseAttributes()
|
|
|
| namespace WebCore {
|
|
|
|
|