[Webkit-unassigned] [Bug 55559] Remove LOOSE_PASS_OWN_ARRAY_PTR from OwnPtr.h and PassOwnPtr.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 12:35:53 PST 2011


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





--- Comment #6 from Darin Adler <darin at apple.com>  2011-03-03 12:35:53 PST ---
(In reply to comment #5)
> Is there a way to define LOOSE_PASS_OWN_ARRAY_PTR only outside of JSC? My patch as is gets rid of the use of loose pointer in JSC.

It’s OK to fix all these uses without turning off the loose flag at all. We can always double check everything is still tight when we go to turn the flag off.

But if you want to switch to setting that flag per-project instead of setting it in PassOwnArrayPtr.h itself, it can be done but probably involves rebuilding the world since you have to add this to a header included across the entire project. Something with config.h almost certainly will work.

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