| 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..4c288f27022856e5c34084f85db3049cd26e1bbe 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()
|
| {
|
| + LEAK_SANITIZER_DISABLED_SCOPE;
|
| DEFINE_STATIC_REF(ComputedStyle, s_initialStyle, (ComputedStyle::createInitialStyle()));
|
| return s_initialStyle;
|
| }
|
|
|