Bug 95281

Summary: Added JSScope::objectInScope(), and refactored callers to use it
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, paroga, philn, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Geoffrey Garen 2012-08-28 21:12:03 PDT
Added JSScope::objectInScope(), and refactored callers to use it
Comment 1 Geoffrey Garen 2012-08-28 21:22:32 PDT
Created attachment 161131 [details]
Patch
Comment 2 Build Bot 2012-08-28 21:49:06 PDT
Comment on attachment 161131 [details]
Patch

Attachment 161131 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/13694056
Comment 3 Early Warning System Bot 2012-08-28 21:56:31 PDT
Comment on attachment 161131 [details]
Patch

Attachment 161131 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/13684048
Comment 4 Geoffrey Garen 2012-08-28 22:10:46 PDT
Created attachment 161134 [details]
Patch
Comment 5 Geoffrey Garen 2012-08-28 23:39:35 PDT
Comment on attachment 161134 [details]
Patch

Clearing flags on attachment: 161134

Committed r126962: <http://trac.webkit.org/changeset/126962>
Comment 6 Geoffrey Garen 2012-08-28 23:39:38 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Patrick R. Gansterer 2012-08-29 04:55:06 PDT
(In reply to comment #5)
> (From update of attachment 161134 [details])
> Clearing flags on attachment: 161134
> 
> Committed r126962: <http://trac.webkit.org/changeset/126962>

Committed build fix for !ENABLE(JIT) in r126990: <http://trac.webkit.org/changeset/126990>
Comment 8 Geoffrey Garen 2012-08-29 08:09:24 PDT
Thanks!