| 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 33ed8dc81f6e35097774662712d7ab7cb7946e47..56ef707ac253d538c39061f321d7c71bc5dccad2 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 @@ public:
|
| v8::Local<v8::Context> ensureScriptRegexpContext();
|
| void clearScriptRegexpContext();
|
|
|
| - // EndOfScopeTasks are run by V8RecursionScope when control is returning
|
| + // EndOfScopeTasks are run 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.
|
|
|