Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / geolocation / NavigatorGeolocation.h
index 0db76f8..8f1bb7c 100644 (file)
@@ -21,6 +21,7 @@
 #define NavigatorGeolocation_h
 
 #include "core/frame/DOMWindowProperty.h"
+#include "heap/Handle.h"
 #include "platform/Supplementable.h"
 
 namespace WebCore {
@@ -41,7 +42,7 @@ private:
     NavigatorGeolocation(Frame*);
     static const char* supplementName();
 
-    mutable RefPtr<Geolocation> m_geolocation;
+    mutable RefPtrWillBePersistent<Geolocation> m_geolocation;
 };
 
 } // namespace WebCore