[Webkit-unassigned] [Bug 78473] ShadowRoot needs innerHTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 26 20:45:28 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=78473


MORITA Hajime <morrita at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #128662|review+                     |review-
               Flag|                            |




--- Comment #21 from MORITA Hajime <morrita at google.com>  2012-02-26 20:45:27 PST ---
(From update of attachment 128662)
View in context: https://bugs.webkit.org/attachment.cgi?id=128662&action=review

Tried this again. And found that this doesn't work.
Please test this using debug build so that you can see the assertion failure.

> Source/WebCore/dom/ShadowRoot.cpp:154
> +    RefPtr<DocumentFragment> fragment = createFragmentFromSource(markup, toElement(this), ec);

You cannot use toElement() here.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list