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

Unified Diff: third_party/WebKit/Source/core/dom/MutationObserverRegistration.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/MutationObserverRegistration.cpp
diff --git a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
index 75dd25dbb5ccf02ced4ffa9a04e98977c8bb7c10..1f44e6d7567acbd992e557da5de657a821db4ba2 100644
--- a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
+++ b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.cpp
@@ -109,7 +109,8 @@ void MutationObserverRegistration::clearTransientRegistrations() {
void MutationObserverRegistration::unregister() {
DCHECK(m_registrationNode);
m_registrationNode->unregisterMutationObserver(this);
- // The above line will cause this object to be deleted, so don't do any more in this function.
+ // The above line will cause this object to be deleted, so don't do any more
+ // in this function.
}
bool MutationObserverRegistration::shouldReceiveMutationFrom(
« no previous file with comments | « third_party/WebKit/Source/core/dom/MutationObserver.cpp ('k') | third_party/WebKit/Source/core/dom/NamedNodeMap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698