Commit 76af6dc9 authored by bugsnash's avatar bugsnash Committed by Commit bot

Updated method name in comment missed in issue 2053273002.

https://codereview.chromium.org/2053273002/

Review-Url: https://codereview.chromium.org/2175603002
Cr-Commit-Position: refs/heads/master@{#407117}
parent d7c595ce
...@@ -19,7 +19,7 @@ class WebThreadSupportingGC; ...@@ -19,7 +19,7 @@ class WebThreadSupportingGC;
// WorkerBackingThread represents a WebThread with Oilpan and V8 potentially // WorkerBackingThread represents a WebThread with Oilpan and V8 potentially
// shared by multiple WebWorker scripts. A WebWorker needs to call initialize() // shared by multiple WebWorker scripts. A WebWorker needs to call initialize()
// to using V8 and Oilpan functionalities, and call detach() when the script // to using V8 and Oilpan functionalities, and call shutdown() when the script
// no longer needs the thread. // no longer needs the thread.
// A WorkerBackingThread represents a WebThread while a WorkerThread corresponds // A WorkerBackingThread represents a WebThread while a WorkerThread corresponds
// to a web worker. There is one-to-one correspondence between WorkerThread and // to a web worker. There is one-to-one correspondence between WorkerThread and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment