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

Unified Diff: Source/modules/indexeddb/IDBDatabaseBackendInterface.h

Issue 18398002: Remove IDBNotFoundError ExceptionCode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add missing include in code gen wich causes win compile failure Created 7 years, 5 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/modules/indexeddb/IDBDatabaseBackendInterface.h
diff --git a/Source/modules/indexeddb/IDBDatabaseBackendInterface.h b/Source/modules/indexeddb/IDBDatabaseBackendInterface.h
index 19cf1f13142ee555348af08400afde83d309d88b..83eb4460339309ff361e808474d2a6867a29585f 100644
--- a/Source/modules/indexeddb/IDBDatabaseBackendInterface.h
+++ b/Source/modules/indexeddb/IDBDatabaseBackendInterface.h
@@ -41,8 +41,6 @@ class IDBKeyRange;
struct IDBDatabaseMetadata;
class SharedBuffer;
-typedef int ExceptionCode;
-
// This is implemented by IDBDatabaseBackendImpl and optionally others (in order to proxy
// calls across process barriers). All calls to these classes should be non-blocking and
// trigger work on a background thread if necessary.

Powered by Google App Engine
This is Rietveld 408576698