| Index: Source/core/css/StyleRule.cpp
|
| diff --git a/Source/core/css/StyleRule.cpp b/Source/core/css/StyleRule.cpp
|
| index d7633baa47da465b6c4d67b716d380a2f3f2ac63..f4e0f5832bf946b7f0ff80f4bcf48bf3f251bba0 100644
|
| --- a/Source/core/css/StyleRule.cpp
|
| +++ b/Source/core/css/StyleRule.cpp
|
| @@ -22,7 +22,6 @@
|
| #include "config.h"
|
| #include "core/css/StyleRule.h"
|
|
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| #include "core/css/CSSCharsetRule.h"
|
| #include "core/css/CSSFontFaceRule.h"
|
| #include "core/css/CSSHostRule.h"
|
| @@ -39,6 +38,7 @@
|
| #include "core/css/WebKitCSSKeyframesRule.h"
|
| #include "core/css/WebKitCSSRegionRule.h"
|
| #include "core/css/WebKitCSSViewportRule.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include <wtf/MemoryInstrumentationVector.h>
|
|
|
| namespace WebCore {
|
|
|