| Index: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
|
| index 673d0ead2c864c16894ae9b257d2185ecede2998..69074a5eb3e1458ccf05e13f7bc02f2bd613f24c 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
|
| @@ -78,12 +78,12 @@ class HTMLParserScheduler final
|
| bool YieldIfNeeded(const SpeculationsPumpSession&, bool starting_script);
|
|
|
| /**
|
| - * Can only be called if this scheduler is suspended. If this is called,
|
| - * then after the scheduler is resumed by calling resume(), this call
|
| - * ensures that HTMLDocumentParser::resumeAfterYield will be called. Used to
|
| - * signal this scheduler that the background html parser sent chunks to
|
| - * HTMLDocumentParser while it was suspended.
|
| - */
|
| + * Can only be called if this scheduler is suspended. If this is called,
|
| + * then after the scheduler is resumed by calling resume(), this call
|
| + * ensures that HTMLDocumentParser::resumeAfterYield will be called. Used to
|
| + * signal this scheduler that the background html parser sent chunks to
|
| + * HTMLDocumentParser while it was suspended.
|
| + */
|
| void ForceResumeAfterYield();
|
|
|
| void Suspend();
|
|
|