| Index: Source/core/frame/LocalDOMWindow.h
|
| diff --git a/Source/core/frame/LocalDOMWindow.h b/Source/core/frame/LocalDOMWindow.h
|
| index 0d9b1b3a0b17cc17d420a3486cb3c8ae5ad07649..03ee6860e7c6d5494d86466c28aa822ad8ac842b 100644
|
| --- a/Source/core/frame/LocalDOMWindow.h
|
| +++ b/Source/core/frame/LocalDOMWindow.h
|
| @@ -83,7 +83,7 @@ namespace WebCore {
|
|
|
| struct WindowFeatures;
|
|
|
| - typedef Vector<RefPtr<MessagePort>, 1> MessagePortArray;
|
| + typedef WillBeHeapVector<RefPtrWillBeMember<MessagePort>, 1> MessagePortArray;
|
|
|
| enum PageshowEventPersistence {
|
| PageshowEventNotPersisted = 0,
|
|
|