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

Unified Diff: third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h

Issue 2741443003: Replace createCrossThreadTask with crossThreadBind in webdatabase (Closed)
Patch Set: Save WebTaskRunner in main thread and use it later in another thread Created 3 years, 9 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: third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
diff --git a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
index c4e8acf0dc9d3ae23934e7544988892a90d96080..4f445d1cd32e2de131728801a65c80fa00d9b3cb 100644
--- a/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
+++ b/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.h
@@ -98,6 +98,7 @@ class MODULES_EXPORT DatabaseTracker {
Mutex m_openDatabaseMapGuard;
mutable std::unique_ptr<DatabaseOriginMap> m_openDatabaseMap;
+ RefPtr<WebTaskRunner> m_webTaskRunner;
nhiroki 2017/03/09 07:59:56 unused?
yuryu 2017/03/09 08:38:27 Done.
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698