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

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

Issue 18398002: Remove IDBNotFoundError ExceptionCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge Created 7 years, 6 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: Source/core/dom/ExceptionCode.h
diff --git a/Source/core/dom/ExceptionCode.h b/Source/core/dom/ExceptionCode.h
index cf6dc69978e62278286ec7bd0307224926bb514b..d8ccdf3346ecdc63ec7e27298b04536e26122fb6 100644
--- a/Source/core/dom/ExceptionCode.h
+++ b/Source/core/dom/ExceptionCode.h
@@ -64,7 +64,6 @@ namespace WebCore {
DATA_CLONE_ERR,
// These are IDB-specific.
- IDBNotFoundError,
UnknownError,
ConstraintError,
DataError,

Powered by Google App Engine
This is Rietveld 408576698