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

Unified Diff: third_party/WebKit/Source/core/dom/MutationObserverRegistration.h

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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.h
diff --git a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
index de5aba3a8fa62ba0dac9f38d3dfe91fa0a3af2d9..1608223c293d3ad0d4ef8647e1a8b765335b97e9 100644
--- a/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
+++ b/third_party/WebKit/Source/core/dom/MutationObserverRegistration.h
@@ -72,8 +72,9 @@ class CORE_EXPORT MutationObserverRegistration final
MutationObserver& observer() const { return *m_observer; }
MutationRecordDeliveryOptions deliveryOptions() const {
- return m_options & (MutationObserver::AttributeOldValue |
- MutationObserver::CharacterDataOldValue);
+ return m_options &
+ (MutationObserver::AttributeOldValue |
+ MutationObserver::CharacterDataOldValue);
}
MutationObserverOptions mutationTypes() const {
return m_options & MutationObserver::AllMutationTypes;
« no previous file with comments | « third_party/WebKit/Source/core/dom/MutationObserver.cpp ('k') | third_party/WebKit/Source/core/dom/NamedNodeMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698