Bug 79461 - Web Inspector: get rid of RawSourceCode.sourceMapping getter.
Summary: Web Inspector: get rid of RawSourceCode.sourceMapping getter.
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: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-24 00:44 PST by Pavel Podivilov
Modified: 2012-02-27 01:27 PST (History)
10 users (show)

See Also:


Attachments
Patch. (50.30 KB, patch)
2012-02-24 00:47 PST, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2012-02-24 00:44:21 PST
See https://bugs.webkit.org/show_bug.cgi?id=79130 for rationale.
Comment 1 Pavel Podivilov 2012-02-24 00:47:55 PST
Created attachment 128680 [details]
Patch.
Comment 2 Yury Semikhatsky 2012-02-27 01:05:09 PST
Comment on attachment 128680 [details]
Patch.

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

> Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:254
> +        if (!this._selectedCallFrame || this._selectedCallFrame.rawSourceCode != rawSourceCode)

!= -> !==
Comment 3 Pavel Podivilov 2012-02-27 01:27:45 PST
Committed r108971: <http://trac.webkit.org/changeset/108971>