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 4c288f27022856e5c34084f85db3049cd26e1bbe..da23091d28a32608a25eb29656f331dd4ad6f2e6 100644 |
--- a/third_party/WebKit/Source/core/style/ComputedStyle.h |
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.h |
@@ -78,7 +78,6 @@ |
#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" |
@@ -352,7 +351,6 @@ |
static PassRefPtr<ComputedStyle> createInitialStyle(); |
static inline ComputedStyle* initialStyle() |
{ |
- LEAK_SANITIZER_DISABLED_SCOPE; |
DEFINE_STATIC_REF(ComputedStyle, s_initialStyle, (ComputedStyle::createInitialStyle())); |
return s_initialStyle; |
} |