[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 03:07:19 PST 2008


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





------- Comment #26 from ddkilzer at webkit.org  2008-12-06 03:07 PDT -------
(In reply to comment #25)
> 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.

There is no requirement for a single compiled binary to work on both Tiger and
Leopard.  Separate copies of the WebKit framework are compiled for each
operating system.  Please look at other uses of BUILDING_ON_TIGER in WebKit
sources.


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