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 da23091d28a32608a25eb29656f331dd4ad6f2e6..76915790066208ef751cf59e72bf95e5eca9dc86 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" |
@@ -351,6 +352,7 @@ private: |
static PassRefPtr<ComputedStyle> createInitialStyle(); |
static inline ComputedStyle* initialStyle() |
{ |
+ WTF_ANNOTATE_LEAK_SCOPE; |
DEFINE_STATIC_REF(ComputedStyle, s_initialStyle, (ComputedStyle::createInitialStyle())); |
return s_initialStyle; |
} |