| Index: third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
|
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
|
| index 0fde7301c4203b9807c890e2725d765c84ac1cad..0b495c2108604cd433384440a2ce9722cd3e26c2 100644
|
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
|
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTCue.h
|
| @@ -141,7 +141,7 @@ public:
|
| };
|
| CueAlignment getCueAlignment() const { return m_cueAlignment; }
|
|
|
| - ExecutionContext* executionContext() const override;
|
| + ExecutionContext* getExecutionContext() const override;
|
|
|
| #ifndef NDEBUG
|
| String toString() const override;
|
|
|