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

Unified Diff: Source/core/css/resolver/MatchResult.cpp

Issue 1303413005: Remove work-around for Win-Clang in-class initializer bug (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/core/css/resolver/MatchResult.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/MatchResult.cpp
diff --git a/Source/core/css/resolver/MatchResult.cpp b/Source/core/css/resolver/MatchResult.cpp
index 347e6ca44a52248122f4ac420c504c067c275de0..933c37e43f0cc8eb9d49d07acfac153ac1897bfa 100644
--- a/Source/core/css/resolver/MatchResult.cpp
+++ b/Source/core/css/resolver/MatchResult.cpp
@@ -48,9 +48,6 @@ DEFINE_TRACE(MatchedProperties)
visitor->trace(properties);
}
-// TODO(thakis): Remove this once http://crbug.com/488634 is fixed.
-MatchResult::MatchResult() = default;
-
void MatchResult::addMatchedProperties(const StylePropertySet* properties, unsigned linkMatchType, PropertyWhitelistType propertyWhitelistType)
{
m_matchedProperties.grow(m_matchedProperties.size() + 1);
« no previous file with comments | « Source/core/css/resolver/MatchResult.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698