[Webkit-unassigned] [Bug 77935] Disable adding a shadow root to elements having a dynamic built-in shadow root.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 22:24:36 PST 2012


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





--- Comment #8 from Kent Tamura <tkent at chromium.org>  2012-02-08 22:24:36 PST ---
(From update of attachment 126242)
View in context: https://bugs.webkit.org/attachment.cgi?id=126242&action=review

> Source/WebCore/dom/ShadowRoot.cpp:85
> +        return false;
> +

maybe TEXTAREA, too.

> Source/WebCore/dom/ShadowRoot.h:53
> +    static PassRefPtr<ShadowRoot> create(Element*, ShadowRootCreationPurpose, ExceptionCode&);

We had better add a default argument to ExceptionCode&.
 ..., ExceptionCode& = ASSERT_NO_EXCEPTION);

-- 
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