Chromium Code Reviews| Index: third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
| index 801aa58343f679f17581680a5161ca964526af4b..945d62b8e4f6b31cb824c75c297de4d6c3c2747e 100644 |
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp |
| @@ -234,7 +234,7 @@ private: |
| } |
| v8::Isolate* m_isolate; |
| - WillBePersistentHeapVector<RawPtrWillBeMember<Node>> m_groupsWhichNeedRetainerInfo; |
| + Vector<RawPtrWillBeUntracedMember<Node>> m_groupsWhichNeedRetainerInfo; |
|
haraken
2015/12/30 16:00:14
Maybe worth adding a comment to explain why we nee
sof
2015/12/30 16:08:01
added explanatory comment.
|
| int m_domObjectsWithPendingActivity; |
| bool m_liveRootGroupIdSet; |
| bool m_constructRetainedObjectInfos; |