Chromium Code Reviews| Index: Source/core/dom/DOMError.h |
| diff --git a/Source/core/dom/DOMError.h b/Source/core/dom/DOMError.h |
| index 3ed37a6ad1215638e59d710f6c922300c3c41e1c..94daa1735ee29c23b73698e87bdcd8097e8bfd99 100644 |
| --- a/Source/core/dom/DOMError.h |
| +++ b/Source/core/dom/DOMError.h |
| @@ -60,6 +60,8 @@ public: |
| const String& name() const { return m_name; } |
| const String& message() const { return m_message; } |
| + String toStringForConsole() const; |
| + |
| DEFINE_INLINE_TRACE() { } |
| protected: |