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

Unified Diff: Source/modules/indexeddb/IDBCursorBackendInterface.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/IDBCursorBackendInterface.h
diff --git a/Source/modules/indexeddb/IDBCursorBackendInterface.h b/Source/modules/indexeddb/IDBCursorBackendInterface.h
index ee522c1f4de0c8db015996595477d384606b6e8a..4b3202b76700255d6c978832a5e2aec214855734 100644
--- a/Source/modules/indexeddb/IDBCursorBackendInterface.h
+++ b/Source/modules/indexeddb/IDBCursorBackendInterface.h
@@ -35,8 +35,6 @@ class IDBCallbacks;
class IDBKey;
class IDBRequest;
-typedef int ExceptionCode;
-
class IDBCursorBackendInterface : public RefCounted<IDBCursorBackendInterface> {
public:
virtual ~IDBCursorBackendInterface() {}

Powered by Google App Engine
This is Rietveld 408576698