| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index cf0712d99101fc82340d56a6e6ff9125ed0e597a..364b8e777e21cce40c9ea32be6fe1ec1c6407715 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -59,6 +59,7 @@ struct WindowFeatures;
|
|
|
| namespace blink {
|
| class ChromePrintContext;
|
| +class GeolocationClientProxy;
|
| class SharedWorkerRepositoryClientImpl;
|
| class TextFinder;
|
| class WebDataSourceImpl;
|
| @@ -375,6 +376,8 @@ private:
|
| NotificationPresenterImpl m_notificationPresenter;
|
|
|
| UserMediaClientImpl m_userMediaClientImpl;
|
| +
|
| + OwnPtr<GeolocationClientProxy> m_geolocationClientProxy;
|
| };
|
|
|
| DEFINE_TYPE_CASTS(WebLocalFrameImpl, WebFrame, frame, frame->isWebLocalFrame(), frame.isWebLocalFrame());
|
|
|