Index: third_party/WebKit/Source/core/css/MediaQueryList.h |
diff --git a/third_party/WebKit/Source/core/css/MediaQueryList.h b/third_party/WebKit/Source/core/css/MediaQueryList.h |
index 37d23522e2cfc1ac2cacf4111ae7046be8608733..b5fb6f8c2055fb1cb9199fd72988cc0b2bbec55c 100644 |
--- a/third_party/WebKit/Source/core/css/MediaQueryList.h |
+++ b/third_party/WebKit/Source/core/css/MediaQueryList.h |
@@ -72,7 +72,7 @@ public: |
void contextDestroyed() override; |
const AtomicString& interfaceName() const override; |
- ExecutionContext* executionContext() const override; |
+ ExecutionContext* getExecutionContext() const override; |
private: |
MediaQueryList(ExecutionContext*, PassRefPtrWillBeRawPtr<MediaQueryMatcher>, PassRefPtrWillBeRawPtr<MediaQuerySet>); |