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

Unified Diff: third_party/WebKit/Source/platform/LifecycleNotifier.h

Issue 2388303002: reflow comments in platform/ (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/platform/LifecycleNotifier.h
diff --git a/third_party/WebKit/Source/platform/LifecycleNotifier.h b/third_party/WebKit/Source/platform/LifecycleNotifier.h
index 8c0754349fb9104a8ba5760531f14374a1ad020a..da0e6c1e1510e3ce8c9e27daaa5fad37e67ac104 100644
--- a/third_party/WebKit/Source/platform/LifecycleNotifier.h
+++ b/third_party/WebKit/Source/platform/LifecycleNotifier.h
@@ -79,7 +79,8 @@ class LifecycleNotifier : public virtual GarbageCollectedMixin {
template <typename T, typename Observer>
inline LifecycleNotifier<T, Observer>::~LifecycleNotifier() {
- // FIXME: Enable the following ASSERT. Also see a FIXME in Document::detachLayoutTree().
+ // FIXME: Enable the following ASSERT. Also see a FIXME in
+ // Document::detachLayoutTree().
// ASSERT(!m_observers.size());
}
« no previous file with comments | « third_party/WebKit/Source/platform/LengthFunctions.cpp ('k') | third_party/WebKit/Source/platform/LinkHash.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698