| Index: Source/modules/indexeddb/IDBFactoryBackendInterface.h
|
| diff --git a/Source/modules/indexeddb/IDBFactoryBackendInterface.h b/Source/modules/indexeddb/IDBFactoryBackendInterface.h
|
| index 66a4b2394279025a48c5e29426e20b482e5dfb0e..64b921ad4389b19759c73087eeabf24533020197 100644
|
| --- a/Source/modules/indexeddb/IDBFactoryBackendInterface.h
|
| +++ b/Source/modules/indexeddb/IDBFactoryBackendInterface.h
|
| @@ -39,6 +39,8 @@ class IDBDatabase;
|
| class IDBDatabaseCallbacks;
|
| class ScriptExecutionContext;
|
|
|
| +typedef int ExceptionCode;
|
| +
|
| // This class is shared by IDBFactory (async) and IDBFactorySync (sync).
|
| // This is implemented by IDBFactoryBackendImpl and optionally others (in order to proxy
|
| // calls across process barriers). All calls to these classes should be non-blocking and
|
|
|