| Index: Source/core/html/MediaController.h
|
| diff --git a/Source/core/html/MediaController.h b/Source/core/html/MediaController.h
|
| index c1bfe7956c6e8465d017206f17265ba9c553f30b..a3f233d960ad3618ff6107f07b5c98c4d5f9b942 100644
|
| --- a/Source/core/html/MediaController.h
|
| +++ b/Source/core/html/MediaController.h
|
| @@ -50,7 +50,6 @@ public:
|
|
|
| void addMediaElement(HTMLMediaElement*);
|
| void removeMediaElement(HTMLMediaElement*);
|
| - bool containsMediaElement(HTMLMediaElement*) const;
|
|
|
| PassRefPtr<TimeRanges> buffered() const;
|
| PassRefPtr<TimeRanges> seekable() const;
|
|
|