Title: [164934] trunk/Source/WebCore
Revision
164934
Author
m...@apple.com
Date
2014-03-01 16:35:13 -0800 (Sat, 01 Mar 2014)

Log Message

Build fix.

* html/parser/HTMLParserIdioms.cpp: Removed an unused function.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (164933 => 164934)


--- trunk/Source/WebCore/ChangeLog	2014-03-02 00:20:58 UTC (rev 164933)
+++ trunk/Source/WebCore/ChangeLog	2014-03-02 00:35:13 UTC (rev 164934)
@@ -1,3 +1,9 @@
+2014-03-01  Dan Bernstein  <m...@apple.com>
+
+        Build fix.
+
+        * html/parser/HTMLParserIdioms.cpp: Removed an unused function.
+
 2014-03-01  David Kilzer  <ddkil...@apple.com>
 
         Ensure keySplines is valid in SMIL animations

Modified: trunk/Source/WebCore/html/parser/HTMLParserIdioms.cpp (164933 => 164934)


--- trunk/Source/WebCore/html/parser/HTMLParserIdioms.cpp	2014-03-02 00:20:58 UTC (rev 164933)
+++ trunk/Source/WebCore/html/parser/HTMLParserIdioms.cpp	2014-03-02 00:35:13 UTC (rev 164934)
@@ -297,11 +297,6 @@
     return first.scaleFactor() < second.scaleFactor();
 }
 
-static inline bool isHTMLSpaceOrComma(UChar character)
-{
-    return isHTMLSpace(character) || character == ',';
-}
-
 static bool parseDescriptors(const String& attribute, size_t start, size_t end, float& imageScaleFactor)
 {
     size_t descriptorStart;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to