| Index: Source/core/html/track/vtt/VTTElement.h
|
| diff --git a/Source/core/html/track/vtt/VTTElement.h b/Source/core/html/track/vtt/VTTElement.h
|
| index ebdd4e7841303c994b1477c9b5c69b9dc36ea2f1..20b522804a45256a98b6269c3b662afaa4e6cc6c 100644
|
| --- a/Source/core/html/track/vtt/VTTElement.h
|
| +++ b/Source/core/html/track/vtt/VTTElement.h
|
| @@ -54,7 +54,7 @@ public:
|
| VTTNodeType webVTTNodeType() const { return static_cast<VTTNodeType>(m_webVTTNodeType); }
|
|
|
| bool isPastNode() const { return m_isPastNode; }
|
| - void setIsPastNode(bool value) { m_isPastNode = value; }
|
| + void setIsPastNode(bool);
|
|
|
| virtual bool isVTTElement() const override { return true; }
|
| AtomicString language() const { return m_language; }
|
|
|