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

Unified Diff: Source/modules/indexeddb/IDBTransaction.h

Issue 426063010: IndexedDB: Fixed threading bugs with use of AtomicStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Commented names and removed bison build rule Created 6 years, 4 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/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;

Powered by Google App Engine
This is Rietveld 408576698