Bug 56348 - Made the global object moving-GC-safe
Summary: Made the global object moving-GC-safe
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 17:59 PDT by Geoffrey Garen
Modified: 2011-03-14 19:28 PDT (History)
0 users

See Also:


Attachments
Patch (4.86 KB, patch)
2011-03-14 18:02 PDT, Geoffrey Garen
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2011-03-14 17:59:13 PDT
Made the global object moving-GC-safe
Comment 1 Geoffrey Garen 2011-03-14 18:02:54 PDT
Created attachment 85748 [details]
Patch
Comment 2 Oliver Hunt 2011-03-14 19:17:16 PDT
Comment on attachment 85748 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=85748&action=review

r=me, but don't change the project file.  Please update xcode

> Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:-2626
> -			developmentRegion = English;

You need to update xcode.
Comment 3 Geoffrey Garen 2011-03-14 19:28:10 PDT
Committed r81100: <http://trac.webkit.org/changeset/81100>