| 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 d2b0dcd798ff1217b1bd7057f75b3da8b4ca5fbd..16bb1843343f8a09045e4be757478610cc53f8d5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
|
| @@ -237,7 +237,7 @@ private:
|
| // v8 guarantees that Blink will not regain control while a v8 GC runs
|
| // (=> no Oilpan GCs will be triggered), hence raw, untraced members
|
| // can safely be kept here.
|
| - Vector<RawPtrWillBeUntracedMember<Node>> m_groupsWhichNeedRetainerInfo;
|
| + Vector<UntracedMember<Node>> m_groupsWhichNeedRetainerInfo;
|
| int m_domObjectsWithPendingActivity;
|
| bool m_liveRootGroupIdSet;
|
| bool m_constructRetainedObjectInfos;
|
|
|