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

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.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/modules/accessibility/AXObjectCacheImpl.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
index 752c9dda69463cad9899feb4807bfab5a06ab96a..3d2bf206fe95255b2c81dd18597fec24066b6df1 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
@@ -92,12 +92,10 @@ AXObjectCache* AXObjectCacheImpl::create(Document& document) {
AXObjectCacheImpl::AXObjectCacheImpl(Document& document)
: m_document(document),
- m_modificationCount(0)
+ m_modificationCount(0),
#if ENABLE(ASSERT)
- ,
- m_hasBeenDisposed(false)
+ m_hasBeenDisposed(false),
#endif
- ,
m_notificationPostTimer(this,
&AXObjectCacheImpl::notificationPostTimerFired) {
}

Powered by Google App Engine
This is Rietveld 408576698