[Webkit-unassigned] [Bug 51914] ElementRareData::m_shadowRoot should not be RefPtr.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 18 20:24:23 PST 2011


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





--- Comment #16 from MORITA Hajime <morrita at google.com>  2011-01-18 20:24:23 PST ---
And fixed again... Could anyone take a look?
The difference is:
- Element::setShadowRoot() no longer accept PassRefPtr
   and accept a raw pointer instead. On caller side, RefPtr::get() is used for revealing the raw pointer.
- Removed the leakPtr() call.

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