| Index: third_party/WebKit/Source/core/style/ComputedStyle.h
|
| diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.h b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| index 1eacbe144bacc4d31926bb429c9a945c81ebf55e..7abd83d1609a8efa95d8b306f644ea21c4cb3e75 100644
|
| --- a/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| +++ b/third_party/WebKit/Source/core/style/ComputedStyle.h
|
| @@ -78,6 +78,7 @@
|
| #include "platform/text/UnicodeBidi.h"
|
| #include "platform/transforms/TransformOperations.h"
|
| #include "wtf/Forward.h"
|
| +#include "wtf/LeakAnnotations.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/StdLibExtras.h"
|
| @@ -349,6 +350,7 @@ private:
|
| static PassRefPtr<ComputedStyle> createInitialStyle();
|
| static inline ComputedStyle* initialStyle()
|
| {
|
| + WTF_ANNOTATE_SCOPED_MEMORY_LEAK;
|
| DEFINE_STATIC_REF(ComputedStyle, s_initialStyle, (ComputedStyle::createInitialStyle()));
|
| return s_initialStyle;
|
| }
|
|
|