Chromium Code Reviews| 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 0e84230078ef0d9ccf4d4d8a5386c3619eac9edf..340f18341b5a6e96dce9f95a4c8d894b2701b5a3 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h |
| +++ b/third_party/WebKit/Source/bindings/core/v8/RetainedDOMInfo.h |
| @@ -57,8 +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; |
| + RawPtrWillBeUntracedMember<Node> m_root; |
|
haraken
2015/11/27 05:11:11
Yes, this pointer is pretty special (as commented
|
| }; |
| class ActiveDOMObjectsInfo final : public RetainedObjectInfo { |