| Index: Source/core/dom/FullscreenElementStack.cpp
|
| diff --git a/Source/core/dom/FullscreenElementStack.cpp b/Source/core/dom/FullscreenElementStack.cpp
|
| index 378084a43638a761a281017a1b0f889e80e56904..dd041fe704e4ef6479a21c0e3d2e861bd879e50d 100644
|
| --- a/Source/core/dom/FullscreenElementStack.cpp
|
| +++ b/Source/core/dom/FullscreenElementStack.cpp
|
| @@ -514,7 +514,7 @@ void FullscreenElementStack::eventQueueTimerFired(Timer<FullscreenElementStack>*
|
| // document will be detached and GC'd. We protect it here to make sure we
|
| // can finish the function successfully.
|
| RefPtrWillBeRawPtr<Document> protectDocument(document());
|
| - WillBeHeapDeque<RefPtrWillBeRawPtr<Event> > eventQueue;
|
| + WillBeHeapDeque<RefPtrWillBeMember<Event> > eventQueue;
|
| m_eventQueue.swap(eventQueue);
|
|
|
| while (!eventQueue.isEmpty()) {
|
|
|