Index: Source/core/css/MediaList.h |
diff --git a/Source/core/css/MediaList.h b/Source/core/css/MediaList.h |
index 108448efe7dff480755508b000f6482e8a56f5a3..15e69d6bb93f08acec9f02f7e71c09ef9b8b2fe6 100644 |
--- a/Source/core/css/MediaList.h |
+++ b/Source/core/css/MediaList.h |
@@ -46,6 +46,7 @@ public: |
return adoptRefWillBeNoop(new MediaQuerySet()); |
} |
static PassRefPtrWillBeRawPtr<MediaQuerySet> create(const String& mediaString); |
+ static PassRefPtrWillBeRawPtr<MediaQuerySet> createOffMainThread(const String& mediaString); |
bool set(const String&); |
bool add(const String&); |