Index: third_party/WebKit/Source/core/css/CSSValuePool.cpp |
diff --git a/third_party/WebKit/Source/core/css/CSSValuePool.cpp b/third_party/WebKit/Source/core/css/CSSValuePool.cpp |
index 58bdbe0129766e8cafa7c7ce61cdb076b719fe29..a16a4faefb7512b4d60053bb899a847b13cc005e 100644 |
--- a/third_party/WebKit/Source/core/css/CSSValuePool.cpp |
+++ b/third_party/WebKit/Source/core/css/CSSValuePool.cpp |
@@ -29,11 +29,13 @@ |
#include "core/css/CSSValueList.h" |
#include "core/css/parser/CSSParser.h" |
#include "core/style/ComputedStyle.h" |
+#include "wtf/LeakAnnotations.h" |
namespace blink { |
CSSValuePool& cssValuePool() |
{ |
+ WTF_ANNOTATE_SCOPED_MEMORY_LEAK; |
DEFINE_STATIC_LOCAL(OwnPtrWillBePersistent<CSSValuePool>, pool, (adoptPtrWillBeNoop(new CSSValuePool()))); |
return *pool; |
} |