Chromium Code Reviews| Index: Source/core/frame/BarProp.h |
| diff --git a/Source/core/frame/BarProp.h b/Source/core/frame/BarProp.h |
| index 37e9e731e3b69a789c137e9c2845aa8963f67fdd..221fa100f62a5021346bc54e9e0888edfc301f8e 100644 |
| --- a/Source/core/frame/BarProp.h |
| +++ b/Source/core/frame/BarProp.h |
| @@ -52,7 +52,7 @@ public: |
| bool visible() const; |
| - virtual void trace(Visitor*) override; |
| + DECLARE_VIRTUAL_TRACE(); |
| private: |
| BarProp(LocalFrame*, Type); |