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

Unified Diff: third_party/WebKit/Source/core/events/MouseEvent.cpp

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/events/MouseEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.cpp b/third_party/WebKit/Source/core/events/MouseEvent.cpp
index 421e8d50d0362b4f19a70b1bf6506d9bc579ecae..a14e3f68ac90d41eebc8ab19200c5bb3a7154f71 100644
--- a/third_party/WebKit/Source/core/events/MouseEvent.cpp
+++ b/third_party/WebKit/Source/core/events/MouseEvent.cpp
@@ -72,8 +72,9 @@ const LayoutObject* findTargetLayoutObject(Node*& targetNode) {
layoutObject = layoutObject->parent();
// Update the target node to point to the SVG root.
targetNode = layoutObject->node();
- DCHECK(!targetNode || (targetNode->isSVGElement() &&
- toSVGElement(*targetNode).isOutermostSVGSVGElement()));
+ DCHECK(!targetNode ||
+ (targetNode->isSVGElement() &&
+ toSVGElement(*targetNode).isOutermostSVGSVGElement()));
return layoutObject;
}
« no previous file with comments | « third_party/WebKit/Source/core/events/EventListenerMap.cpp ('k') | third_party/WebKit/Source/core/frame/DOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698