Chromium Code Reviews| Index: Source/core/frame/DOMWindowProperty.h |
| diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h |
| index 43833bdadb059d98c08499a4e471fcefa0beb945..9f060e62d0c91519482d93227132df52eb13670f 100644 |
| --- a/Source/core/frame/DOMWindowProperty.h |
| +++ b/Source/core/frame/DOMWindowProperty.h |
| @@ -42,7 +42,7 @@ public: |
| LocalFrame* frame() const { return m_frame; } |
| - virtual void trace(Visitor*); |
| + DECLARE_VIRTUAL_TRACE(); |
| protected: |
| #if !ENABLE(OILPAN) |