| Index: Source/core/html/track/vtt/VTTCue.h
|
| diff --git a/Source/core/html/track/vtt/VTTCue.h b/Source/core/html/track/vtt/VTTCue.h
|
| index f69b0bdb9d8def0e8b6283a9e9d69852160b3f93..f9a05eae26d40d4d65203b4213e9037d05c241ac 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -72,7 +72,7 @@ public:
|
| virtual ~VTTCue();
|
|
|
| const String& vertical() const;
|
| - void setVertical(const String&, ExceptionState&);
|
| + void setVertical(const String&);
|
|
|
| bool snapToLines() const { return m_snapToLines; }
|
| void setSnapToLines(bool);
|
| @@ -87,7 +87,7 @@ public:
|
| void setSize(int, ExceptionState&);
|
|
|
| const String& align() const;
|
| - void setAlign(const String&, ExceptionState&);
|
| + void setAlign(const String&);
|
|
|
| const String& text() const { return m_text; }
|
| void setText(const String&);
|
|
|