Bug 149231 - Remove obsolete code for deleting CodeBlocks
Summary: Remove obsolete code for deleting CodeBlocks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 14:28 PDT by Geoffrey Garen
Modified: 2015-09-16 17:16 PDT (History)
0 users

See Also:


Attachments
Patch (46.49 KB, patch)
2015-09-16 14:33 PDT, Geoffrey Garen
no flags Details | Formatted Diff | Diff
Patch (46.71 KB, patch)
2015-09-16 14:41 PDT, Geoffrey Garen
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>