RESOLVED FIXED 74349
De-virtualize destructors part 5
https://bugs.webkit.org/show_bug.cgi?id=74349
Summary De-virtualize destructors part 5
Mark Hahnenberg
Reported 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.
Attachments
De-virtualize destructors part 5 (18.65 KB, patch)
2011-12-12 15:03 PST, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2011-12-12 15:03:41 PST
Created attachment 118869 [details] De-virtualize destructors part 5 No changelog (see bug 74331).
Geoffrey Garen
Comment 2 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.
Note You need to log in before you can comment on or make changes to this bug.