Index: Source/core/css/parser/CSSPropertyParser.cpp |
diff --git a/Source/core/css/parser/CSSPropertyParser.cpp b/Source/core/css/parser/CSSPropertyParser.cpp |
index 8b082c78598b56264b1ab0d8053348048309681e..d17a7815d056c78baec5c9872611a85ac4f12a60 100644 |
--- a/Source/core/css/parser/CSSPropertyParser.cpp |
+++ b/Source/core/css/parser/CSSPropertyParser.cpp |
@@ -7541,11 +7541,6 @@ CSSPropertyID unresolvedCSSPropertyID(const String& string) |
return string.is8Bit() ? unresolvedCSSPropertyID(string.characters8(), length) : unresolvedCSSPropertyID(string.characters16(), length); |
} |
-CSSPropertyID cssPropertyID(const String& string) |
-{ |
- return resolveCSSPropertyID(unresolvedCSSPropertyID(string)); |
-} |
- |
CSSPropertyID unresolvedCSSPropertyID(const CSSParserString& string) |
{ |
unsigned length = string.length(); |