| Index: Source/WebCore/dom/DeviceOrientationController.h
|
| ===================================================================
|
| --- Source/WebCore/dom/DeviceOrientationController.h (revision 78117)
|
| +++ Source/WebCore/dom/DeviceOrientationController.h (working copy)
|
| @@ -55,9 +55,9 @@
|
|
|
| Page* m_page;
|
| DeviceOrientationClient* m_client;
|
| - typedef HashCountedSet<DOMWindow*> ListenersCountedSet;
|
| + typedef HashCountedSet<RefPtr<DOMWindow> > ListenersCountedSet;
|
| ListenersCountedSet m_listeners;
|
| - typedef HashSet<DOMWindow*> ListenersSet;
|
| + typedef HashSet<RefPtr<DOMWindow> > ListenersSet;
|
| ListenersSet m_newListeners;
|
| Timer<DeviceOrientationController> m_timer;
|
| };
|
|
|