Index: Source/core/svg/SVGPreserveAspectRatio.cpp |
diff --git a/Source/core/svg/SVGPreserveAspectRatio.cpp b/Source/core/svg/SVGPreserveAspectRatio.cpp |
index 91e08b1c73ac831c8019c19e1cbb1771a5197964..063f20c325f275817a7cb2ee7a8b78e6b49198aa 100644 |
--- a/Source/core/svg/SVGPreserveAspectRatio.cpp |
+++ b/Source/core/svg/SVGPreserveAspectRatio.cpp |
@@ -66,18 +66,6 @@ bool SVGPreserveAspectRatio::parseInternal(const CharType*& ptr, const CharType* |
if (!skipOptionalSVGSpaces(ptr, end)) |
return false; |
- if (*ptr == 'd') { |
- if (!skipString(ptr, end, "defer")) |
- return false; |
- |
- // FIXME: We just ignore the "defer" here. |
- if (ptr == end) |
- return true; |
- |
- if (!skipOptionalSVGSpaces(ptr, end)) |
- return false; |
- } |
- |
if (*ptr == 'n') { |
if (!skipString(ptr, end, "none")) |
return false; |