| Index: third_party/WebKit/Source/core/page/FrameTree.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/FrameTree.cpp b/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| index 2554746351ea8f385d226a82dcb661a06a7b595c..9529551f1b5c8e27a67c3dfc4707361b6236c565 100644
|
| --- a/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| +++ b/third_party/WebKit/Source/core/page/FrameTree.cpp
|
| @@ -144,7 +144,7 @@ AtomicString FrameTree::uniqueChildName(const AtomicString& requestedName) const
|
| const int framePathSuffixLength = 3;
|
|
|
| // Find the nearest parent that has a frame with a path in it.
|
| - Vector<Frame*, 16> chain;
|
| + WillBeHeapVector<RawPtrWillBeMember<Frame>, 16> chain;
|
| Frame* frame;
|
| for (frame = m_thisFrame; frame; frame = frame->tree().parent()) {
|
| if (frame->tree().uniqueName().startsWith(framePathPrefix))
|
|
|