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

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

Issue 1320013005: Make CSSParserMode parameter not optional for MutableStylePropertySet::create() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased 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/parser/CSSParser.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/resolver/MatchResultTest.cpp
diff --git a/Source/core/css/resolver/MatchResultTest.cpp b/Source/core/css/resolver/MatchResultTest.cpp
index 021f5f6f49a6087f1029de4ecebf155314cfca3f..811ad215930a14d9c43ccbf7c644c0d77770a1b5 100644
--- a/Source/core/css/resolver/MatchResultTest.cpp
+++ b/Source/core/css/resolver/MatchResultTest.cpp
@@ -26,7 +26,7 @@ private:
void MatchResultTest::SetUp()
{
for (unsigned i = 0; i < 6; i++)
- propertySets.append(MutableStylePropertySet::create());
+ propertySets.append(MutableStylePropertySet::create(HTMLQuirksMode));
}
void testMatchedPropertiesRange(const MatchedPropertiesRange& range, int expectedLength, const StylePropertySet** expectedSets)
« no previous file with comments | « Source/core/css/parser/CSSParser.cpp ('k') | Source/core/css/resolver/StyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698