Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: third_party/WebKit/Source/core/dom/DocumentParserTiming.h

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698