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

Unified Diff: third_party/WebKit/Source/core/frame/DOMTimer.h

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DOMTimer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/DOMTimer.h
diff --git a/third_party/WebKit/Source/core/frame/DOMTimer.h b/third_party/WebKit/Source/core/frame/DOMTimer.h
index 2f246738d970042d1bce88a3e6cc913d294aab72..d6c5d0b4df84828ef7a7b3219d658612612bcc3e 100644
--- a/third_party/WebKit/Source/core/frame/DOMTimer.h
+++ b/third_party/WebKit/Source/core/frame/DOMTimer.h
@@ -43,7 +43,8 @@ class CORE_EXPORT DOMTimer final : public GarbageCollectedFinalized<DOMTimer>,
USING_GARBAGE_COLLECTED_MIXIN(DOMTimer);
public:
- // Creates a new timer owned by the ExecutionContext, starts it and returns its ID.
+ // Creates a new timer owned by the ExecutionContext, starts it and returns
+ // its ID.
static int install(ExecutionContext*,
ScheduledAction*,
int timeout,
@@ -56,9 +57,9 @@ class CORE_EXPORT DOMTimer final : public GarbageCollectedFinalized<DOMTimer>,
void contextDestroyed() override;
// Eager finalization is needed to promptly stop this Timer object.
- // Otherwise timer events might fire at an object that's slated for destruction
- // (when lazily swept), but some of its members (m_action) may already have
- // been finalized & must not be accessed.
+ // Otherwise timer events might fire at an object that's slated for
+ // destruction (when lazily swept), but some of its members (m_action) may
+ // already have been finalized & must not be accessed.
EAGERLY_FINALIZE();
DECLARE_VIRTUAL_TRACE();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/DOMTimer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698