Bug 164802 - Debugging and other tools should not disable the code cache
Summary: Debugging and other tools should not disable the code cache
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: 2016-11-15 15:35 PST by Geoffrey Garen
Modified: 2016-11-15 16:23 PST (History)
5 users (show)

See Also:


Attachments
Patch (9.66 KB, patch)
2016-11-15 15:38 PST, 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 2016-11-15 15:35:24 PST
Debugging and other tools should not disable the code cache
Comment 1 Geoffrey Garen 2016-11-15 15:38:57 PST
Created attachment 294889 [details]
Patch
Comment 2 Mark Lam 2016-11-15 15:59:52 PST
Comment on attachment 294889 [details]
Patch

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

r=me

> Source/JavaScriptCore/ChangeLog:18
> +        collissions as you open and close the Web Inspector.

/collissions/collisions/
Comment 3 Saam Barati 2016-11-15 16:01:30 PST
LGTM too
Comment 4 Geoffrey Garen 2016-11-15 16:23:04 PST
Committed r208768: <http://trac.webkit.org/changeset/208768>