Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
index 6bc95ea2bc4d7e4bcb85edbb155d017b0032abba..ba9512fd61b9aa3bcbb5e561b5196d2812478a0c 100644 |
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
@@ -98,7 +98,7 @@ public: |
void stop() override; |
// EventTarget interface |
- ExecutionContext* executionContext() const override; |
+ ExecutionContext* getExecutionContext() const override; |
const AtomicString& interfaceName() const override; |
// WebSourceBufferClient interface |