Chromium Code Reviews| Index: sky/engine/core/css/StyleMedia.h |
| diff --git a/sky/engine/core/css/StyleMedia.h b/sky/engine/core/css/StyleMedia.h |
| index e5457ed923813ec8f080915c3e2c7e110db9f06e..1b1446c5c2acb5ba43da02ecc89026371806e282 100644 |
| --- a/sky/engine/core/css/StyleMedia.h |
| +++ b/sky/engine/core/css/StyleMedia.h |
| @@ -45,8 +45,6 @@ public: |
| AtomicString type() const; |
| bool matchMedium(const String&) const; |
| - void trace(Visitor*) { } |
| - |
| private: |
| explicit StyleMedia(LocalFrame*); |
| }; |