DescriptionMake sure that begin time cannot be greater than
SMILTime::indefiniteValue unintentionally.
When blink::SVGSMILElement::resolveInterval creates a SMILTime begin
node for a SMILInterval, then it only checks if the value of begin is
indefinite or unresolved but misses the case if it is between these two
reference values.
This patch ensures that no SMILTime can be created above indefiniteValue.
R=dschulze@chromium.org,fs@opera.com
BUG=396044
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178825
Patch Set 1 #
Total comments: 2
Patch Set 2 : Moving checks into the parser #
Messages
Total messages: 8 (0 generated)
|