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

Unified Diff: gin/per_isolate_data.h

Issue 2589363003: Use timer task runner for V8PerIsolate tasks (Closed)
Patch Set: One more fix Created 4 years 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: gin/per_isolate_data.h
diff --git a/gin/per_isolate_data.h b/gin/per_isolate_data.h
index 4b4037b1b8b2b872c4a697c93124b12627cfe9e6..ac0cf95ab352df50f70bd5b2edafbfa652eeb32f 100644
--- a/gin/per_isolate_data.h
+++ b/gin/per_isolate_data.h
@@ -32,7 +32,8 @@ class GIN_EXPORT PerIsolateData {
public:
PerIsolateData(v8::Isolate* isolate,
v8::ArrayBuffer::Allocator* allocator,
- IsolateHolder::AccessMode access_mode);
+ IsolateHolder::AccessMode access_mode,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
~PerIsolateData();
static PerIsolateData* From(v8::Isolate* isolate);

Powered by Google App Engine
This is Rietveld 408576698