| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index 132443ad1c4d3efd193bbb76a3e470e15105b10b..6c1227e59100a3c5643e8ada16c20519731e3f24 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -61,7 +61,7 @@ public:
|
| virtual ~IDBTransaction();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| - static WebIDBTransactionMode stringToMode(const String&, ExceptionState&);
|
| + static WebIDBTransactionMode stringToMode(const String&);
|
|
|
| // When the connection is closed backend will be 0.
|
| WebIDBDatabase* backendDB() const;
|
|
|