Chromium Code Reviews| Index: Source/core/frame/DOMTimer.h |
| diff --git a/Source/core/frame/DOMTimer.h b/Source/core/frame/DOMTimer.h |
| index d29526e5359146a4e9847ceb1278c50340f58e1b..dd63f350aa4fd748d8abb2c9b83e9a4b4e673de8 100644 |
| --- a/Source/core/frame/DOMTimer.h |
| +++ b/Source/core/frame/DOMTimer.h |
| @@ -58,6 +58,8 @@ public: |
| void trace(Visitor*) { } |
| + void dispose(); |
| + |
| private: |
| friend class ExecutionContext; // For create(). |