| Index: Source/core/html/HTMLMediaElement.h
|
| diff --git a/Source/core/html/HTMLMediaElement.h b/Source/core/html/HTMLMediaElement.h
|
| index 2c687bb2bd08bc7b5f3c446a021af514e6d5879a..4c4775fb74a7be2de6aa49c2f37633615d7ecb1c 100644
|
| --- a/Source/core/html/HTMLMediaElement.h
|
| +++ b/Source/core/html/HTMLMediaElement.h
|
| @@ -114,7 +114,7 @@ public:
|
|
|
| virtual PassRefPtr<TimeRanges> buffered() const OVERRIDE FINAL;
|
| void load();
|
| - String canPlayType(const String& mimeType, const String& keySystem = String(), const KURL& = KURL()) const;
|
| + String canPlayType(const String& mimeType, const String& keySystem = String()) const;
|
|
|
| // ready state
|
| virtual ReadyState readyState() const OVERRIDE FINAL;
|
|
|