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

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

Issue 439713009: DevTools: Implement async stacks for IndexedDB. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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/WebIDBCallbacksImpl.h
diff --git a/Source/modules/indexeddb/WebIDBCallbacksImpl.h b/Source/modules/indexeddb/WebIDBCallbacksImpl.h
index bb61912bcff5545e03c0ca2984c196c54cec58cb..279f32a27e73a510bf45a1b2b28e5d5af62a61b6 100644
--- a/Source/modules/indexeddb/WebIDBCallbacksImpl.h
+++ b/Source/modules/indexeddb/WebIDBCallbacksImpl.h
@@ -73,6 +73,7 @@ private:
explicit WebIDBCallbacksImpl(IDBRequest*);
Persistent<IDBRequest> m_request;
+ int m_asyncOperationId;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698