| Index: Source/modules/indexeddb/IDBTransaction.h
|
| diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h
|
| index 5fdc3e8149317c68be13153aac55eaf34f957d19..c1ded2695dbe973dcb4fb6e254cc3177a63d1d92 100644
|
| --- a/Source/modules/indexeddb/IDBTransaction.h
|
| +++ b/Source/modules/indexeddb/IDBTransaction.h
|
| @@ -60,12 +60,7 @@ public:
|
| virtual ~IDBTransaction();
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| - static const AtomicString& modeReadOnly();
|
| - static const AtomicString& modeReadWrite();
|
| - static const AtomicString& modeVersionChange();
|
| -
|
| static WebIDBTransactionMode stringToMode(const String&, ExceptionState&);
|
| - static const AtomicString& modeToString(WebIDBTransactionMode);
|
|
|
| // When the connection is closed backend will be 0.
|
| WebIDBDatabase* backendDB() const;
|
|
|