| Index: third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| index 41f289e25eefa2b4f8529e56f34b4a99d53c6b49..0e84230078ef0d9ccf4d4d8a5386c3619eac9edf 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h
|
| @@ -32,6 +32,7 @@
|
| #define RetainedDOMInfo_h
|
|
|
| #include "bindings/core/v8/RetainedObjectInfo.h"
|
| +#include "platform/heap/Handle.h"
|
| #include <v8-profiler.h>
|
|
|
| namespace blink {
|
| @@ -56,6 +57,7 @@ public:
|
| private:
|
| // V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap snapshotting round, when renderer
|
| // doesn't get control. This allows us to use raw pointers.
|
| + GC_PLUGIN_IGNORE("553613")
|
| Node* m_root;
|
| };
|
|
|
|
|