| Index: Source/core/dom/ProcessingInstruction.cpp
|
| diff --git a/Source/core/dom/ProcessingInstruction.cpp b/Source/core/dom/ProcessingInstruction.cpp
|
| index 81bc84b64c82257a4130ef6fe5638923f3e413d0..49d9d93b7ad54e570fc4e803d5bea41e9048d370 100644
|
| --- a/Source/core/dom/ProcessingInstruction.cpp
|
| +++ b/Source/core/dom/ProcessingInstruction.cpp
|
| @@ -21,7 +21,6 @@
|
| #include "config.h"
|
| #include "core/dom/ProcessingInstruction.h"
|
|
|
| -#include "XSLStyleSheet.h"
|
| #include "core/css/CSSStyleSheet.h"
|
| #include "core/css/MediaList.h"
|
| #include "core/css/StyleSheetContents.h"
|
| @@ -34,6 +33,7 @@
|
| #include "core/loader/cache/CachedResourceRequest.h"
|
| #include "core/loader/cache/CachedXSLStyleSheet.h"
|
| #include "core/page/Frame.h"
|
| +#include "core/xml/XSLStyleSheet.h"
|
| #include "core/xml/parser/XMLDocumentParser.h" // for parseAttributes()
|
|
|
| namespace WebCore {
|
|
|