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

Unified Diff: third_party/WebKit/Source/core/page/Page.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit 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/page/Page.cpp
diff --git a/third_party/WebKit/Source/core/page/Page.cpp b/third_party/WebKit/Source/core/page/Page.cpp
index abd08205db45e514c2ced9ed8c1ce2324f4f468f..a99b79529c28adab98a01d4ce97ce6a68467adb4 100644
--- a/third_party/WebKit/Source/core/page/Page.cpp
+++ b/third_party/WebKit/Source/core/page/Page.cpp
@@ -130,12 +130,10 @@ Page::Page(PageClients& pageClients)
m_defersLoading(false),
m_deviceScaleFactor(1),
m_visibilityState(PageVisibilityStateVisible),
- m_isCursorVisible(true)
+ m_isCursorVisible(true),
#if ENABLE(ASSERT)
- ,
- m_isPainting(false)
+ m_isPainting(false),
#endif
- ,
m_frameHost(FrameHost::create(*this)) {
ASSERT(m_editorClient);
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentWriter.cpp ('k') | third_party/WebKit/Source/core/paint/PaintLayer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698