Chromium Code Reviews| Index: Source/core/html/MediaError.h |
| diff --git a/Source/core/html/MediaError.h b/Source/core/html/MediaError.h |
| index 5038f349face1f6ff461abc0b28584d686bdae9a..b35df77157e6a57e793933b856e04cb93a385ffc 100644 |
| --- a/Source/core/html/MediaError.h |
| +++ b/Source/core/html/MediaError.h |
| @@ -49,7 +49,7 @@ public: |
| Code code() const { return m_code; } |
| - void trace(Visitor*) { } |
| + DEFINE_INLINE_TRACE() { } |
| private: |
| MediaError(Code code) : m_code(code) { } |