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

Unified Diff: third_party/WebKit/Source/core/css/resolver/StyleResolverState.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/css/resolver/StyleResolverState.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
index 710ca5e92b88bf3ce7e25723cf99d9a30e2ae7ca..a7a91959bbdbb2941e4070aac06007bc40666954 100644
--- a/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
@@ -36,9 +36,8 @@ StyleResolverState::StyleResolverState(
const ComputedStyle* parentStyle)
: m_elementContext(elementContext),
m_document(document),
- m_style(nullptr)
+ m_style(nullptr),
// TODO(jchaffraix): We should make m_parentStyle const (https://crbug.com/468152)
- ,
m_parentStyle(const_cast<ComputedStyle*>(parentStyle)),
m_applyPropertyToRegularStyle(true),
m_applyPropertyToVisitedLinkStyle(false),

Powered by Google App Engine
This is Rietveld 408576698