| Index: third_party/WebKit/public/web/WebGeolocationPermissionRequest.h
|
| diff --git a/third_party/WebKit/public/web/WebGeolocationPermissionRequest.h b/third_party/WebKit/public/web/WebGeolocationPermissionRequest.h
|
| index c9fe120d68109f072bcef801f36fa1e41827e6c1..29d4c970507c454d6b59417706cea0e430fa5df5 100644
|
| --- a/third_party/WebKit/public/web/WebGeolocationPermissionRequest.h
|
| +++ b/third_party/WebKit/public/web/WebGeolocationPermissionRequest.h
|
| @@ -42,7 +42,7 @@ class WebSecurityOrigin;
|
| class WebGeolocationPermissionRequest {
|
| public:
|
| ~WebGeolocationPermissionRequest() { reset(); }
|
| - BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
|
| + BLINK_EXPORT WebSecurityOrigin getSecurityOrigin() const;
|
| BLINK_EXPORT void setIsAllowed(bool);
|
|
|
| #if BLINK_IMPLEMENTATION
|
|
|