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

Unified Diff: third_party/WebKit/Source/modules/quota/DOMError.h

Issue 1362953003: Fire window.onerror for uncaught IndexedDB errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 3 years, 11 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
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:
« no previous file with comments | « third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp ('k') | third_party/WebKit/Source/modules/quota/DOMError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698