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

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: 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/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 d86d44803e7a3541b16e58bc6f9dddccae3c1fa1..dfff8fc9842bb39f3eb8c8d20a5e0bf0ceb06eb2 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