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

Unified Diff: third_party/WebKit/Source/core/dom/ExecutionContext.cpp

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/ExecutionContext.cpp
diff --git a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
index d3a904f3b835bcdf26e9f724532ad3751dbf31ed..c6ae7ccd16c985e0c3887797a55d1b14c8451c65 100644
--- a/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
+++ b/third_party/WebKit/Source/core/dom/ExecutionContext.cpp
@@ -99,7 +99,8 @@ void ExecutionContext::suspendScheduledTasks() {
void ExecutionContext::resumeScheduledTasks() {
resumeActiveDOMObjects();
tasksWereResumed();
- // We need finish stack unwiding before running next task because it can suspend this context.
+ // We need finish stack unwiding before running next task because it can
+ // suspend this context.
if (m_isRunSuspendableTasksScheduled)
return;
m_isRunSuspendableTasksScheduled = true;
@@ -258,7 +259,8 @@ void ExecutionContext::parseAndSetReferrerPolicy(const String& policies,
}
void ExecutionContext::setReferrerPolicy(ReferrerPolicy referrerPolicy) {
- // When a referrer policy has already been set, the latest value takes precedence.
+ // When a referrer policy has already been set, the latest value takes
+ // precedence.
UseCounter::count(this, UseCounter::SetReferrerPolicy);
if (m_referrerPolicy != ReferrerPolicyDefault)
UseCounter::count(this, UseCounter::ResetReferrerPolicy);
« no previous file with comments | « third_party/WebKit/Source/core/dom/ExecutionContext.h ('k') | third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698