Bug 74349

Summary: De-virtualize destructors part 5
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 74348    
Bug Blocks: 74331, 74350    
Attachments:
Description Flags
De-virtualize destructors part 5 ggaren: review+

Description Mark Hahnenberg 2011-12-12 14:56:38 PST
Same as bug 74341, just moving the static destroy functions down another level in the hierarchy and leaving behind any necessary destroy functions.
Comment 1 Mark Hahnenberg 2011-12-12 15:03:41 PST
Created attachment 118869 [details]
De-virtualize destructors part 5

No changelog (see bug 74331).
Comment 2 Geoffrey Garen 2011-12-12 15:32:33 PST
Comment on attachment 118869 [details]
De-virtualize destructors part 5

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

r=me

> Source/WebCore/bindings/js/JSDOMBinding.h:81
> +        static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)

Your ChangeLog should explain why this is needed.