Upstream version 7.35.139.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGTextPathElement.cpp
index 727de20..cf2bfc9 100644 (file)
@@ -33,7 +33,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPath
 {
     DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
     if (entries.isEmpty()) {
-        entries.append(std::make_pair(SVGTextPathMethodUnknown, emptyString()));
         entries.append(std::make_pair(SVGTextPathMethodAlign, "align"));
         entries.append(std::make_pair(SVGTextPathMethodStretch, "stretch"));
     }
@@ -44,7 +43,6 @@ template<> const SVGEnumerationStringEntries& getStaticStringEntries<SVGTextPath
 {
     DEFINE_STATIC_LOCAL(SVGEnumerationStringEntries, entries, ());
     if (entries.isEmpty()) {
-        entries.append(std::make_pair(SVGTextPathSpacingUnknown, emptyString()));
         entries.append(std::make_pair(SVGTextPathSpacingAuto, "auto"));
         entries.append(std::make_pair(SVGTextPathSpacingExact, "exact"));
     }