| Index: Source/core/html/track/TextTrack.h
|
| diff --git a/Source/core/html/track/TextTrack.h b/Source/core/html/track/TextTrack.h
|
| index 6e9d743ae247109dbaee87b7c724cb05e8f0b83a..57ac5cec1aaaa8e9f891d774834217e1c145e4c7 100644
|
| --- a/Source/core/html/track/TextTrack.h
|
| +++ b/Source/core/html/track/TextTrack.h
|
| @@ -81,7 +81,7 @@ public:
|
|
|
| HTMLMediaElement* mediaElement();
|
|
|
| - void addCue(PassRefPtr<TextTrackCue>);
|
| + void addCue(PassRefPtr<TextTrackCue>, ExceptionState&);
|
| void removeCue(TextTrackCue*, ExceptionState&);
|
|
|
| VTTRegionList* regions();
|
|
|