[Webkit-unassigned] [Bug 77612] Stop calling Element::ensureShadowRoot in Internals.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 22:30:36 PST 2012


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





--- Comment #7 from Shinya Kawanaka <shinyak at chromium.org>  2012-02-02 22:30:36 PST ---
> > Source/WebCore/testing/Internals.cpp:199
> > +    return ShadowRoot::create(host, ec).get();
> 
> This is actually safe. But its safety isn't obvious at a glance. 
> Could you change the return type to RefPtr, to make this clearly safe?

Changing PassRefPtr breaks tests actually.
So let me leave this as is.

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