| Index: Source/core/css/DOMWindowCSS.cpp
|
| diff --git a/Source/core/css/DOMWindowCSS.cpp b/Source/core/css/DOMWindowCSS.cpp
|
| index 410f5c5b77d7b05835260a14fc959e8b6282e0da..406cde7a0b435e93540f974a14e87832315675d8 100644
|
| --- a/Source/core/css/DOMWindowCSS.cpp
|
| +++ b/Source/core/css/DOMWindowCSS.cpp
|
| @@ -28,11 +28,11 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "DOMWindowCSS.h"
|
| +#include "core/css/DOMWindowCSS.h"
|
|
|
| -#include "CSSParser.h"
|
| +#include "core/css/CSSParser.h"
|
| +#include "core/css/StylePropertySet.h"
|
| #include "core/page/RuntimeCSSEnabled.h"
|
| -#include "StylePropertySet.h"
|
| #include <wtf/text/WTFString.h>
|
|
|
| namespace WebCore {
|
|
|