Bug 22005

Summary: Move StructureIDChain into its own file
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal CC: sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch darin: review+

Cameron Zwarich (cpst)
Reported 2008-10-31 11:22:56 PDT
StructureIDChain should be in its own file. I have a patch that makes this change.
Attachments
Proposed patch (14.76 KB, patch)
2008-10-31 11:25 PDT, Cameron Zwarich (cpst)
darin: review+
Cameron Zwarich (cpst)
Comment 1 2008-10-31 11:25:22 PDT
Created attachment 24803 [details] Proposed patch
Darin Adler
Comment 2 2008-10-31 11:27:44 PDT
Comment on attachment 24803 [details] Proposed patch r=me Please add StructureIDChain_h to the list of things to rename in do-webcore-rename ;-) + bool structureIDChainsAreEqual(StructureIDChain*, StructureIDChain*); Maybe we should use operator== instead for this in the future?
Cameron Zwarich (cpst)
Comment 3 2008-10-31 13:35:11 PDT
Landed in r38046.
Note You need to log in before you can comment on or make changes to this bug.