| Index: Source/core/xml/XSLTProcessor.h
|
| diff --git a/Source/core/xml/XSLTProcessor.h b/Source/core/xml/XSLTProcessor.h
|
| index e9e627e784b5339bd784c9cb8de702a7ff92dc23..402ef07a917e81e10a9e44ceec7726e50ca352b4 100644
|
| --- a/Source/core/xml/XSLTProcessor.h
|
| +++ b/Source/core/xml/XSLTProcessor.h
|
| @@ -23,10 +23,10 @@
|
| #ifndef XSLTProcessor_h
|
| #define XSLTProcessor_h
|
|
|
| -#include "RuntimeEnabledFeatures.h"
|
| #include "bindings/v8/ScriptWrappable.h"
|
| #include "core/dom/Node.h"
|
| #include "core/xml/XSLStyleSheet.h"
|
| +#include "platform/RuntimeEnabledFeatures.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/text/StringHash.h"
|
|
|
|
|