| Index: third_party/WebKit/Source/modules/quota/DOMError.h
|
| diff --git a/third_party/WebKit/Source/modules/quota/DOMError.h b/third_party/WebKit/Source/modules/quota/DOMError.h
|
| index 9640aea9bf20f73388ffc0bff2008f94238f5b01..bab6250b98b30af6fe7e52cd336b633116c987c9 100644
|
| --- a/third_party/WebKit/Source/modules/quota/DOMError.h
|
| +++ b/third_party/WebKit/Source/modules/quota/DOMError.h
|
| @@ -58,6 +58,8 @@ class MODULES_EXPORT DOMError : public GarbageCollectedFinalized<DOMError>,
|
| const String& name() const { return m_name; }
|
| const String& message() const { return m_message; }
|
|
|
| + String toStringForConsole() const;
|
| +
|
| DEFINE_INLINE_TRACE() {}
|
|
|
| protected:
|
|
|