Log Message
Unreviewed build fix, remove unused variables. * css/parser/CSSPropertyParser.cpp: (WebCore::consumeSpeakAs): (WebCore::consumeHangingPunctuation):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (229304 => 229305)
--- trunk/Source/WebCore/ChangeLog 2018-03-06 03:13:32 UTC (rev 229304)
+++ trunk/Source/WebCore/ChangeLog 2018-03-06 04:22:46 UTC (rev 229305)
@@ -1,3 +1,11 @@
+2018-03-05 Ryan Haddad <[email protected]>
+
+ Unreviewed build fix, remove unused variables.
+
+ * css/parser/CSSPropertyParser.cpp:
+ (WebCore::consumeSpeakAs):
+ (WebCore::consumeHangingPunctuation):
+
2018-03-05 Chris Dumez <[email protected]>
fast/loader/onload-policy-ignore-for-frame.html is timing out with async policy delegates
Modified: trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp (229304 => 229305)
--- trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp 2018-03-06 03:13:32 UTC (rev 229304)
+++ trunk/Source/WebCore/css/parser/CSSPropertyParser.cpp 2018-03-06 04:22:46 UTC (rev 229305)
@@ -3615,7 +3615,6 @@
return consumeIdent(range);
RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
- std::bitset<numCSSValueKeywords> seenValues;
bool seenNormal = false;
bool seenSpellOut = false;
@@ -3661,7 +3660,6 @@
return consumeIdent(range);
RefPtr<CSSValueList> list = CSSValueList::createSpaceSeparated();
- std::bitset<numCSSValueKeywords> seenValues;
bool seenForceEnd = false;
bool seenAllowEnd = false;
_______________________________________________ webkit-changes mailing list [email protected] https://lists.webkit.org/mailman/listinfo/webkit-changes
