| Index: Source/core/html/HTMLPreElement.cpp
|
| diff --git a/Source/core/html/HTMLPreElement.cpp b/Source/core/html/HTMLPreElement.cpp
|
| index 7e865b64de3ceff3f5efcc51d3654a8ba7501a98..7433cf6a046b02e3002946c70519e623195fff80 100644
|
| --- a/Source/core/html/HTMLPreElement.cpp
|
| +++ b/Source/core/html/HTMLPreElement.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| #include "HTMLNames.h"
|
| -#include "StylePropertySet.h"
|
| +#include "core/css/StylePropertySet.h"
|
|
|
| namespace WebCore {
|
|
|
|
|