| Index: third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| index c286e6c05478b93c4a89e4be9aba6903bfe7d0ce..2cda3f4ed178432aabcb1f1a4c6f82699d53d08a 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8PerIsolateData.h
|
| @@ -98,7 +98,7 @@
|
| v8::Local<v8::Context> ensureScriptRegexpContext();
|
| void clearScriptRegexpContext();
|
|
|
| - // EndOfScopeTasks are run when control is returning
|
| + // EndOfScopeTasks are run by V8RecursionScope when control is returning
|
| // to C++ from script, after executing a script task (e.g. callback,
|
| // event) or microtasks (e.g. promise). This is explicitly needed for
|
| // Indexed DB transactions per spec, but should in general be avoided.
|
|
|