| 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 27177b6c9bf4dd7b67c8d8f6aec91c885309d7a1..08184d4258cbb4fcb86cc9e547c0ef7e329e8e2c 100644
|
| --- a/third_party/WebKit/Source/core/css/MediaQueryList.h
|
| +++ b/third_party/WebKit/Source/core/css/MediaQueryList.h
|
| @@ -77,7 +77,7 @@ class CORE_EXPORT MediaQueryList final : public EventTargetWithInlineData,
|
| bool hasPendingActivity() const final;
|
|
|
| // From ActiveDOMObject
|
| - void stop() override;
|
| + void contextDestroyed() override;
|
|
|
| const AtomicString& interfaceName() const override;
|
| ExecutionContext* getExecutionContext() const override;
|
|
|