| Index: third_party/WebKit/Source/platform/AsyncMethodRunner.h
|
| diff --git a/third_party/WebKit/Source/platform/AsyncMethodRunner.h b/third_party/WebKit/Source/platform/AsyncMethodRunner.h
|
| index 18b9c79d5ad419ce852710c6e41065acad875365..d5280bfcfcaf9e74c5187dc647a80885bc87b3da 100644
|
| --- a/third_party/WebKit/Source/platform/AsyncMethodRunner.h
|
| +++ b/third_party/WebKit/Source/platform/AsyncMethodRunner.h
|
| @@ -68,7 +68,7 @@ class AsyncMethodRunner final
|
|
|
| // If it's scheduled to run the method, cancel it and remember to schedule
|
| // it again when resume() is called. Mainly for implementing
|
| - // ActiveDOMObject::suspend().
|
| + // SuspendableObject::suspend().
|
| void suspend() {
|
| if (m_suspended)
|
| return;
|
|
|