| 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 d0062d3a299556e2c1cb4c5ce5e80ab4b76b49c9..75bed2bc8e07ab96cbd219f6129ea66eb2192989 100644
|
| --- a/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/Source/core/html/track/vtt/VTTCue.h
|
| @@ -78,7 +78,7 @@ public:
|
| void setSnapToLines(bool);
|
|
|
| void line(DoubleOrAutoKeyword&) const;
|
| - void setLine(const DoubleOrAutoKeyword&, ExceptionState&);
|
| + void setLine(const DoubleOrAutoKeyword&);
|
|
|
| void position(DoubleOrAutoKeyword&) const;
|
| void setPosition(const DoubleOrAutoKeyword&, ExceptionState&);
|
|
|