Changeset 436 for trunk/WebCore/svg/SVGImageElement.cpp
- Timestamp:
- 08/13/08 13:49:09 (5 months ago)
- Files:
-
- trunk/WebCore/svg/SVGImageElement.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/WebCore/svg/SVGImageElement.cpp
r404 r436 100 100 if (attrName == SVGNames::xAttr || attrName == SVGNames::yAttr || 101 101 attrName == SVGNames::widthAttr || attrName == SVGNames::heightAttr || 102 attrName == SVGNames::preserveAspectRatioAttr || 102 103 SVGTests::isKnownAttribute(attrName) || 103 104 SVGLangSpace::isKnownAttribute(attrName) ||
