| Index: third_party/WebKit/Source/wtf/Functional.h
|
| diff --git a/third_party/WebKit/Source/wtf/Functional.h b/third_party/WebKit/Source/wtf/Functional.h
|
| index a77b2a75ee94d82ff8775862534ace61601ca9d1..aefddc0b11ef8e9d92d36bb1c517cf08d046b0dd 100644
|
| --- a/third_party/WebKit/Source/wtf/Functional.h
|
| +++ b/third_party/WebKit/Source/wtf/Functional.h
|
| @@ -62,7 +62,7 @@ namespace WTF {
|
| // WTF::bind() and SameThreadClosure should be used for same-thread closures
|
| // only, i.e. the closures must be created, executed and destructed on
|
| // the same thread.
|
| -// Use threadSafeBind() and CrossThreadClosure if the function/task is called
|
| +// Use crossThreadBind() and CrossThreadClosure if the function/task is called
|
| // or destructed on a (potentially) different thread from the current thread.
|
|
|
| // WTF::bind() and move semantics
|
|
|