X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fcss%2FMediaList.h;h=834689537d171185e3bc2c3a12a366574d9ac3aa;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=98107aad9a094dcef747d6ceac8688ea702e0ae6;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/css/MediaList.h b/src/third_party/WebKit/Source/core/css/MediaList.h index 98107aa..8346895 100644 --- a/src/third_party/WebKit/Source/core/css/MediaList.h +++ b/src/third_party/WebKit/Source/core/css/MediaList.h @@ -71,6 +71,7 @@ private: }; class MediaList : public RefCountedWillBeGarbageCollectedFinalized, public ScriptWrappable { + DEFINE_WRAPPERTYPEINFO(); public: static PassRefPtrWillBeRawPtr create(MediaQuerySet* mediaQueries, CSSStyleSheet* parentSheet) { @@ -120,6 +121,6 @@ private: // Adds message to inspector console whenever dpi or dpcm values are used for "screen" media. void reportMediaQueryWarningIfNeeded(Document*, const MediaQuerySet*); -} // namespace +} // namespace blink #endif