[webkit-reviews] review granted: [Bug 219080] Support <source> as a child of <model> to specify the current source : [Attachment 414441] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 18 09:13:57 PST 2020


Dean Jackson <dino at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 219080: Support <source> as a child of <model> to specify the current
source
https://bugs.webkit.org/show_bug.cgi?id=219080

Attachment 414441: Patch

https://bugs.webkit.org/attachment.cgi?id=414441&action=review




--- Comment #2 from Dean Jackson <dino at apple.com> ---
Comment on attachment 414441
  --> https://bugs.webkit.org/attachment.cgi?id=414441
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=414441&action=review

> Source/WebCore/html/HTMLModelElement.cpp:79
> +void HTMLModelElement::didMoveToNewDocument(Document& oldDocument, Document&
newDocument)

Why would this change the source children? I guess their relative URLs may have
changed?


More information about the webkit-reviews mailing list