| Index: Source/core/css/MediaList.h
|
| diff --git a/Source/core/css/MediaList.h b/Source/core/css/MediaList.h
|
| index e1bf0b82357cedc25d5e2a5bbc274ff641733a2e..789c532b2b724e758efa601b8d7350217eda74ce 100644
|
| --- a/Source/core/css/MediaList.h
|
| +++ b/Source/core/css/MediaList.h
|
| @@ -121,10 +121,8 @@ private:
|
| CSSRule* m_parentRule;
|
| };
|
|
|
| -#if ENABLE(RESOLUTION_MEDIA_QUERY)
|
| // Adds message to inspector console whenever dpi or dpcm values are used for "screen" media.
|
| void reportMediaQueryWarningIfNeeded(Document*, const MediaQuerySet*);
|
| -#endif
|
|
|
| } // namespace
|
|
|
|
|