Bug 120138

Summary: Rename/refactor setButterfly/setStructure
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 121074    
Attachments:
Description Flags
Patch ggaren: review+

Mark Hahnenberg
Reported 2013-08-21 15:15:24 PDT
setButterfly -> setStructureAndButterfly (which is actually what it does) setStructure(VM&, Structure*, Butterfly*) -> setStructure(VM&, Structure*) and doesn't implicitly assign to the Butterfly.
Attachments
Patch (17.84 KB, patch)
2013-08-21 15:17 PDT, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2013-08-21 15:17:31 PDT
Geoffrey Garen
Comment 2 2013-08-21 16:06:35 PDT
Comment on attachment 209306 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209306&action=review r=me > Source/JavaScriptCore/ChangeLog:11 > + used m_structure internally since that's what every single client of setStructure I think you mean "used m_butterfly".
Mark Hahnenberg
Comment 3 2013-08-21 16:22:06 PDT
Note You need to log in before you can comment on or make changes to this bug.