Index: Source/core/css/MediaList.h |
diff --git a/Source/core/css/MediaList.h b/Source/core/css/MediaList.h |
index 8a835d4d90c99ef43d22d0220f607913ee1d92fe..6f4673e3724a1f3168e8259cbeac61ad000ebdaf 100644 |
--- a/Source/core/css/MediaList.h |
+++ b/Source/core/css/MediaList.h |
@@ -45,7 +45,9 @@ public: |
return adoptRefWillBeNoop(new MediaQuerySet()); |
} |
static PassRefPtrWillBeRawPtr<MediaQuerySet> create(const String& mediaString); |
+#if !ENABLE(OILPAN) |
~MediaQuerySet(); |
+#endif |
bool set(const String&); |
bool add(const String&); |