[Webkit-unassigned] [Bug 18205] DOMNode objects are garbage collected although there are strong references

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 6 02:58:30 PST 2008


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


kai at granus.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24913|0                           |1
        is obsolete|                            |
  Attachment #25809|                            |review?
               Flag|                            |




------- Comment #25 from kai at granus.net  2008-12-06 02:58 PDT -------
Created an attachment (id=25809)
 --> (https://bugs.webkit.org/attachment.cgi?id=25809&action=view)
Second attempt to fix the resurrection bug for DOM wrapper objects 

Oops, sorry, I overlooked the Tiger-requirement.

I changed the implementation mostly as suggested.

What I do not understand is the suggestion about using BUILDING_ON_TIGER,
because this is a compile time switch and I’d say we need a runtime check to
create a single binary which works both under Tiger and Leopard. I implemented
such a runtime check, but wasn’t able to test it under Tiger because I am
lacking a suitable Tiger system (if only Apple wouldn’t be so restrictive about
virtualizing Mac OS X...).

I do not know whether my runtime check is the prefered method for such checks
in WebKit. Please advice.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list