| Index: Source/modules/presentation/PresentationController.h
|
| diff --git a/Source/modules/presentation/PresentationController.h b/Source/modules/presentation/PresentationController.h
|
| index 80d399f8c8c533af704fb0531c98b29eac2d1ecb..748670e3966a0db95ebbe30d7a65e2ed58b66038 100644
|
| --- a/Source/modules/presentation/PresentationController.h
|
| +++ b/Source/modules/presentation/PresentationController.h
|
| @@ -79,7 +79,7 @@ private:
|
| PersistentWillBeMember<PresentationRequest> m_defaultRequest;
|
|
|
| // The presentation sessions associated with that frame.
|
| - PersistentHeapHashSet<Member<PresentationSession>> m_sessions;
|
| + PersistentHeapHashSetWillBeHeapHashSet<Member<PresentationSession>> m_sessions;
|
| };
|
|
|
| } // namespace blink
|
|
|