DescriptionRequire the entire document-tree to be single-origin for SVGImage
SVGImage::currentFrameHasSingleSecurityOrigin only checks the
first occurance of an <svg:image> or and <svg:feImage>, which
meant that if the first such element had a benign reference,
any later elements would be ignored.
Also, since |node| can only ever match one of the tagnames, use a
cascading 'if' where appropriate.
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167097
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|