Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(635)

Unified Diff: Source/core/dom/DOMError.h

Issue 243523003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and linkage fix Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/storage/indexeddb/window-onerror-prevented.html ('k') | Source/core/dom/DOMError.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « LayoutTests/storage/indexeddb/window-onerror-prevented.html ('k') | Source/core/dom/DOMError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698