summaryrefslogtreecommitdiffstats
path: root/gin/run_microtasks_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gin/run_microtasks_observer.h')
-rw-r--r--gin/run_microtasks_observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/run_microtasks_observer.h b/gin/run_microtasks_observer.h
index 7f1431f..ca160be 100644
--- a/gin/run_microtasks_observer.h
+++ b/gin/run_microtasks_observer.h
@@ -12,7 +12,7 @@ namespace gin {
// Runs any pending v8 Microtasks each time a task is completed.
// TODO(hansmuller); At some point perhaps this can be replaced with
-// the (currently experimental) Isolate::SetAutorunMicrotasks() method.
+// the (currently experimental) v8::MicrotasksPolicy::kAuto method.
class RunMicrotasksObserver : public base::MessageLoop::TaskObserver {
public: