| Index: Source/core/css/StyleMedia.h
|
| diff --git a/Source/core/css/StyleMedia.h b/Source/core/css/StyleMedia.h
|
| index 21848f5bde7a8dfac3f39a64e078b1d3b1629a26..e2cd69be117f274325d2a406ddc800b4b0398c3e 100644
|
| --- a/Source/core/css/StyleMedia.h
|
| +++ b/Source/core/css/StyleMedia.h
|
| @@ -39,7 +39,7 @@ class StyleMedia : public RefCounted<StyleMedia>, public DOMWindowProperty {
|
| public:
|
| static PassRefPtr<StyleMedia> create(Frame* frame) { return adoptRef(new StyleMedia(frame));}
|
|
|
| - String type() const;
|
| + AtomicString type() const;
|
| bool matchMedium(const String&) const;
|
|
|
| private:
|
|
|