| Index: Source/core/css/MediaQueryList.h
|
| diff --git a/Source/core/css/MediaQueryList.h b/Source/core/css/MediaQueryList.h
|
| index af76219e0a46da96c875467b16d3baa21ffe9a4b..89ed8d2e9bac6b0b3ac949b5a823abe61f728f63 100644
|
| --- a/Source/core/css/MediaQueryList.h
|
| +++ b/Source/core/css/MediaQueryList.h
|
| @@ -40,7 +40,9 @@ class MediaQuerySet;
|
| class MediaQueryList FINAL : public RefCountedWillBeGarbageCollected<MediaQueryList> {
|
| public:
|
| static PassRefPtrWillBeRawPtr<MediaQueryList> create(PassRefPtrWillBeRawPtr<MediaQueryMatcher>, PassRefPtrWillBeRawPtr<MediaQuerySet>, bool);
|
| +#if !ENABLE(OILPAN)
|
| ~MediaQueryList();
|
| +#endif
|
| String media() const;
|
| bool matches();
|
|
|
|
|