| Index: third_party/WebKit/Source/core/dom/DocumentParserTiming.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParserTiming.h b/third_party/WebKit/Source/core/dom/DocumentParserTiming.h
|
| index d6caf6e48d16b729e33c4b9875c8f096db7742c0..7cafb0cdb7f52ba0c75fd230a71b49eff182550b 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParserTiming.h
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParserTiming.h
|
| @@ -90,8 +90,8 @@ class DocumentParserTiming final
|
| }
|
|
|
| // Returns the sum of all script execution durations due to
|
| - // document.write reported via recordParseBlockedOnScriptExecutionDuration. Note
|
| - // that some uncommon cases are not currently covered by this method. See
|
| + // document.write reported via recordParseBlockedOnScriptExecutionDuration.
|
| + // Note that some uncommon cases are not currently covered by this method. See
|
| // crbug/600711 for details.
|
| double parserBlockedOnScriptExecutionFromDocumentWriteDuration() const {
|
| return m_parserBlockedOnScriptExecutionFromDocumentWriteDuration;
|
|
|