[Webkit-unassigned] [Bug 42161] Removes cycles caused by "m_this" members in a few IndexedDB classes.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 06:17:35 PDT 2010


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


Jeremy Orlow <jorlow at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #61364|review?                     |
               Flag|                            |




--- Comment #3 from Jeremy Orlow <jorlow at chromium.org>  2010-07-13 06:17:35 PST ---
(From update of attachment 61364)
WebCore/storage/IDBAny.h:46
 +      static PassRefPtr<IDBAny> create();
Do we still need this?

WebCore/storage/IDBAny.cpp:40
 +  static PassRefPtr<IDBAny> createIDBAny(PassRefPtr<T> idbType)
Hm...it seems like you could have just added the template function to the IDBAny.h if you wanted...right?

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