Index: Source/web/WebLocalFrameImpl.h |
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h |
index 0befafeeec326c9bb5d49745c382460e9c13a170..5a695ad4a7536ea72055023155fb6546a1496ddf 100644 |
--- a/Source/web/WebLocalFrameImpl.h |
+++ b/Source/web/WebLocalFrameImpl.h |
@@ -354,7 +354,7 @@ private: |
UserMediaClientImpl m_userMediaClientImpl; |
- OwnPtr<GeolocationClientProxy> m_geolocationClientProxy; |
+ OwnPtrWillBePersistent<GeolocationClientProxy> m_geolocationClientProxy; |
}; |
DEFINE_TYPE_CASTS(WebLocalFrameImpl, WebFrame, frame, frame->isWebLocalFrame(), frame.isWebLocalFrame()); |