Chromium Code Reviews| Index: Source/core/dom/PendingScript.h |
| diff --git a/Source/core/dom/PendingScript.h b/Source/core/dom/PendingScript.h |
| index 9425382303d6c8c1afd2e9a219d20f33e82214c6..98d751bf00dc99acfea567c77eea71fc82a67305 100644 |
| --- a/Source/core/dom/PendingScript.h |
| +++ b/Source/core/dom/PendingScript.h |
| @@ -98,7 +98,7 @@ public: |
| virtual void notifyFinished(Resource*); |
| - void trace(Visitor*); |
| + virtual void trace(Visitor*) OVERRIDE; |
| private: |
| bool m_watchingForLoad; |