| Index: third_party/WebKit/public/platform/WebEncryptedMediaRequest.h
|
| diff --git a/third_party/WebKit/public/platform/WebEncryptedMediaRequest.h b/third_party/WebKit/public/platform/WebEncryptedMediaRequest.h
|
| index 16f5a600316d03dab32d754d30065c85fde46f63..f981f1b12901b3e9f93be8c84c190c14960acb40 100644
|
| --- a/third_party/WebKit/public/platform/WebEncryptedMediaRequest.h
|
| +++ b/third_party/WebKit/public/platform/WebEncryptedMediaRequest.h
|
| @@ -25,7 +25,7 @@ public:
|
| BLINK_PLATFORM_EXPORT WebString keySystem() const;
|
| BLINK_PLATFORM_EXPORT const WebVector<WebMediaKeySystemConfiguration>& supportedConfigurations() const;
|
|
|
| - BLINK_PLATFORM_EXPORT WebSecurityOrigin securityOrigin() const;
|
| + BLINK_PLATFORM_EXPORT WebSecurityOrigin getSecurityOrigin() const;
|
|
|
| BLINK_PLATFORM_EXPORT void requestSucceeded(WebContentDecryptionModuleAccess*);
|
| BLINK_PLATFORM_EXPORT void requestNotSupported(const WebString& errorMessage);
|
|
|