[Webkit-unassigned] [Bug 58871] [Qt] REGRESSION(84176): http/tests/xmlhttprequest/event-listener-gc.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 10:14:25 PDT 2011


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





--- Comment #6 from Oliver Hunt <oliver at apple.com>  2011-04-19 10:14:25 PST ---
Csaba you need to remove the use of DeprecatedPtr from the qt bindings, either replace the DeprecatedPtr with a WriteBarrier or use Weak (or WeakGCMap) with the appropriate lifetime logic, or remove the method cache which is of questionable correctness.

We need to remove DeprecatedPtr as it will result in incorrect behaviour wherever it is used.

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