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

Unified Diff: Source/modules/filesystem/FileSystemCallbacks.h

Issue 435423004: DevTools: Async call stacks for FileSystem API part 1 (second try). (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/filesystem/FileSystemCallbacks.h
diff --git a/Source/modules/filesystem/FileSystemCallbacks.h b/Source/modules/filesystem/FileSystemCallbacks.h
index 4ad1b55f23af66c2478598f5722804c161d19c0b..2925a699cbfb91f372b932fa1903d04a659575b7 100644
--- a/Source/modules/filesystem/FileSystemCallbacks.h
+++ b/Source/modules/filesystem/FileSystemCallbacks.h
@@ -79,6 +79,7 @@ protected:
OwnPtr<ErrorCallback> m_errorCallback;
Persistent<DOMFileSystemBase> m_fileSystem;
RefPtrWillBePersistent<ExecutionContext> m_executionContext;
+ int m_asyncOperationId;
};
// Subclasses ----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698