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

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (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/core/frame/FrameView.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
index b8e75b5c761b2e5191e1d250be89fb0e9beb1aaa..c5dfaa46b7a69d4a9358faa7e10066122021d99c 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
@@ -168,12 +168,10 @@ FrameView::FrameView(LocalFrame* frame)
m_topControlsViewportAdjustment(0),
m_needsUpdateWidgetGeometries(false),
m_needsUpdateViewportIntersection(true),
- m_needsUpdateViewportIntersectionInSubtree(true)
+ m_needsUpdateViewportIntersectionInSubtree(true),
#if ENABLE(ASSERT)
- ,
- m_hasBeenDisposed(false)
+ m_hasBeenDisposed(false),
#endif
- ,
m_horizontalScrollbarMode(ScrollbarAuto),
m_verticalScrollbarMode(ScrollbarAuto),
m_horizontalScrollbarLock(false),

Powered by Google App Engine
This is Rietveld 408576698