Bug 98132 - Web Inspector: [Regression] Breakpoints restored from storage are not set in debugger.
Summary: Web Inspector: [Regression] Breakpoints restored from storage are not set in ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-02 03:02 PDT by Vsevolod Vlasov
Modified: 2012-10-02 03:17 PDT (History)
10 users (show)

See Also:


Attachments
Patch (5.41 KB, patch)
2012-10-02 03:04 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-10-02 03:02:19 PDT
Patch to follow
Comment 1 Vsevolod Vlasov 2012-10-02 03:04:19 PDT
Created attachment 166651 [details]
Patch
Comment 2 Andrey Adaikin 2012-10-02 03:17:51 PDT
Comment on attachment 166651 [details]
Patch

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

> Source/WebCore/inspector/front-end/JavaScriptSource.js:52
> +        function innerCallback(error)

this function is not used anywhere
Comment 3 Vsevolod Vlasov 2012-10-02 03:17:55 PDT
Committed r130146: <http://trac.webkit.org/changeset/130146>