| Index: Source/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
|
| index 9a8d1826b0a190435d2a19baffb10a32303e2402..e922fb276a9239d573d18746e238afb592ca4d71 100644
|
| --- a/Source/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/core/css/CSSComputedStyleDeclaration.h
|
| @@ -21,7 +21,7 @@
|
| #ifndef CSSComputedStyleDeclaration_h
|
| #define CSSComputedStyleDeclaration_h
|
|
|
| -#include "CSSStyleDeclaration.h"
|
| +#include "core/css/CSSStyleDeclaration.h"
|
| #include "core/rendering/style/RenderStyleConstants.h"
|
| #include <wtf/RefPtr.h>
|
| #include <wtf/text/WTFString.h>
|
|
|