| Index: third_party/WebKit/public/web/WebMediaDevicesRequest.h
 | 
| diff --git a/third_party/WebKit/public/web/WebMediaDevicesRequest.h b/third_party/WebKit/public/web/WebMediaDevicesRequest.h
 | 
| index 469a6997631e3f05a8c90d1a7a5a265b8e726d64..2b9a39cbeeca6d58a3f29bb7a6fee53eb3a2dfe8 100644
 | 
| --- a/third_party/WebKit/public/web/WebMediaDevicesRequest.h
 | 
| +++ b/third_party/WebKit/public/web/WebMediaDevicesRequest.h
 | 
| @@ -55,7 +55,7 @@ public:
 | 
|      BLINK_EXPORT bool equals(const WebMediaDevicesRequest&) const;
 | 
|      BLINK_EXPORT void assign(const WebMediaDevicesRequest&);
 | 
|  
 | 
| -    BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
 | 
| +    BLINK_EXPORT WebSecurityOrigin getSecurityOrigin() const;
 | 
|      BLINK_EXPORT WebDocument ownerDocument() const;
 | 
|  
 | 
|      BLINK_EXPORT void requestSucceeded(WebVector<WebMediaDeviceInfo>);
 | 
| 
 |