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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp

Issue 2386173002: reflow comments in Source/bindings/core/v8 (Closed)
Patch Set: 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/bindings/core/v8/ScheduledAction.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
index 0f972e523e4fd99da7f2196b89124fbdf587c753..736c132681710aead859e353c42b01b4355ceadd 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScheduledAction.cpp
@@ -131,7 +131,8 @@ void ScheduledAction::execute(LocalFrame* frame) {
ScriptSourceCode(m_code));
}
- // The frame might be invalid at this point because JavaScript could have released it.
+ // The frame might be invalid at this point because JavaScript could have
+ // released it.
}
void ScheduledAction::execute(WorkerGlobalScope* worker) {

Powered by Google App Engine
This is Rietveld 408576698