Chromium Code Reviews| Index: Source/core/plugins/DOMPluginArray.h |
| diff --git a/Source/core/plugins/DOMPluginArray.h b/Source/core/plugins/DOMPluginArray.h |
| index 052d1e3f38754821541f49cf85787705e6b748b0..d5a2bd3ebb1dcf3aa5665970e64446a52720d0ee 100644 |
| --- a/Source/core/plugins/DOMPluginArray.h |
| +++ b/Source/core/plugins/DOMPluginArray.h |
| @@ -49,7 +49,7 @@ public: |
| void refresh(bool reload); |
| - void trace(Visitor*) { } |
| + virtual void trace(Visitor*) { } |
| private: |
| explicit DOMPluginArray(LocalFrame*); |