Bug 149231

Summary: Remove obsolete code for deleting CodeBlocks
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch mark.lam: review+

Description Geoffrey Garen 2015-09-16 14:28:44 PDT
Remove obsolete code for deleting CodeBlocks
Comment 1 Geoffrey Garen 2015-09-16 14:33:48 PDT
Created attachment 261327 [details]
Patch
Comment 2 Geoffrey Garen 2015-09-16 14:41:41 PDT
Created attachment 261328 [details]
Patch
Comment 3 Mark Lam 2015-09-16 16:19:45 PDT
Comment on attachment 261328 [details]
Patch

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

r=me

> Source/JavaScriptCore/heap/Heap.cpp:899
> +        DFG::completeAllPlansForVM(*m_vm);

Fix indentation: remove 4 spaces.
Comment 4 Geoffrey Garen 2015-09-16 17:16:47 PDT
Committed r189888: <http://trac.webkit.org/changeset/189888>