Title: [229305] trunk/Source/WebCore
Revision
229305
Author
ryanhad...@apple.com
Date
2018-03-05 20:22:46 -0800 (Mon, 05 Mar 2018)

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  <ryanhad...@apple.com>
+
+        Unreviewed build fix, remove unused variables.
+
+        * css/parser/CSSPropertyParser.cpp:
+        (WebCore::consumeSpeakAs):
+        (WebCore::consumeHangingPunctuation):
+
 2018-03-05  Chris Dumez  <cdu...@apple.com>
 
         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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to