| Index: third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ContextFeatures.cpp b/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| index 33c0c9eba242a6307a66ba713e72c670051fec49..2d08791465ea3a83c0bb63e654bc195554ac48b3 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ContextFeatures.cpp
|
| @@ -30,6 +30,7 @@
|
| #include "core/dom/Document.h"
|
| #include "core/page/Page.h"
|
| #include "platform/RuntimeEnabledFeatures.h"
|
| +#include "wtf/LeakAnnotations.h"
|
|
|
| namespace blink {
|
|
|
| @@ -45,6 +46,7 @@ const char* ContextFeatures::supplementName()
|
|
|
| ContextFeatures* ContextFeatures::defaultSwitch()
|
| {
|
| + WTF_ANNOTATE_SCOPED_MEMORY_LEAK;
|
| DEFINE_STATIC_REF_WILL_BE_PERSISTENT(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty())));
|
| return instance;
|
| }
|
|
|