DescriptionRemove bad assertion in SVGSMILElement's constructQualifiedName()
Remove bad assertion in SVGSMILElement's constructQualifiedName() by passing
IGNORE_EXCEPTION instead ASSERT_NO_EXCEPTION to Document::parseQualifiedName().
The constructQualifiedName() function handles parseQualifiedName() failures
propertly by returning early so there is no reason to assert on parsing
failures.
R=pdr@chromium.org, eseidel@chromium.org
BUG=368325
TEST=svg/custom/bad-attributeName-crash.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173564
Patch Set 1 #
Messages
Total messages: 4 (0 generated)
|