Bug 123155

Summary: Remove unused stuff in JIT stubs
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove unused stuff in JIT stubs none

Description Julien Brianceau 2013-10-22 05:59:05 PDT
ctiVMHandleException() prototype declaration in JITStubs.h is no more needed since http://trac.webkit.org/changeset/157636

returnAddressIsInCtiTrampoline inline is useless too, that's why ctiTrampolineEnd could also be removed from JIT stubs.
Comment 1 Julien Brianceau 2013-10-22 06:01:08 PDT
Created attachment 214846 [details]
Remove unused stuff in JIT stubs
Comment 2 WebKit Commit Bot 2013-10-22 08:45:18 PDT
Comment on attachment 214846 [details]
Remove unused stuff in JIT stubs

Clearing flags on attachment: 214846

Committed r157795: <http://trac.webkit.org/changeset/157795>
Comment 3 WebKit Commit Bot 2013-10-22 08:45:19 PDT
All reviewed patches have been landed.  Closing bug.