Chromium Code Reviews| Index: sky/engine/core/dom/MutationRecord.h |
| diff --git a/sky/engine/core/dom/MutationRecord.h b/sky/engine/core/dom/MutationRecord.h |
| index cc89d46bab9e16882c6725b39626a028824e3a21..c6bd9830ebd588c67ab3a13909876f6308063802 100644 |
| --- a/sky/engine/core/dom/MutationRecord.h |
| +++ b/sky/engine/core/dom/MutationRecord.h |
| @@ -70,8 +70,6 @@ public: |
| virtual String oldValue() { return String(); } |
| - virtual void trace(Visitor*) { } |
| - |
| }; |
| } // namespace blink |