Index: Source/modules/indexeddb/IDBTransaction.h |
diff --git a/Source/modules/indexeddb/IDBTransaction.h b/Source/modules/indexeddb/IDBTransaction.h |
index 07881f93006597d0bbabdbd7d5a15079d9e170ab..35337aef56de4622f584fc63102727dba7ba7fc8 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 blink::WebIDBTransactionMode stringToMode(const String&, ExceptionState&); |
- static const AtomicString& modeToString(blink::WebIDBTransactionMode); |
// When the connection is closed backend will be 0. |
blink::WebIDBDatabase* backendDB() const; |