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

Unified Diff: third_party/WebKit/Source/core/dom/ActiveDOMObject.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/AXObjectCache.h ('k') | third_party/WebKit/Source/core/dom/Attr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/ActiveDOMObject.h
diff --git a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
index 286edf3a22f79e57837ec288112415ba804bcb88..3ec5ea75518d14cd06915752c2fdefa0172f3a45 100644
--- a/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
+++ b/third_party/WebKit/Source/core/dom/ActiveDOMObject.h
@@ -37,8 +37,8 @@ class CORE_EXPORT ActiveDOMObject : public ContextLifecycleObserver {
public:
ActiveDOMObject(ExecutionContext*);
- // suspendIfNeeded() should be called exactly once after object construction to synchronize
- // the suspend state with that in ExecutionContext.
+ // suspendIfNeeded() should be called exactly once after object construction
+ // to synchronize the suspend state with that in ExecutionContext.
void suspendIfNeeded();
#if DCHECK_IS_ON()
bool suspendIfNeededCalled() const { return m_suspendIfNeededCalled; }
« no previous file with comments | « third_party/WebKit/Source/core/dom/AXObjectCache.h ('k') | third_party/WebKit/Source/core/dom/Attr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698