Bug 55569 - Web Inspector: rename "sourceName" to "sourceFileId" in ScriptsPanel.js
Summary: Web Inspector: rename "sourceName" to "sourceFileId" in ScriptsPanel.js
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: 2011-03-02 03:45 PST by Pavel Podivilov
Modified: 2011-03-03 03:04 PST (History)
10 users (show)

See Also:


Attachments
Patch. (17.70 KB, patch)
2011-03-02 03:45 PST, Pavel Podivilov
pfeldman: 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 2011-03-02 03:45:06 PST
Web Inspector: rename "sourceName" to "sourceFileId" in ScriptsPanel.js.

sourceFileId better reflects the intention to have unique identifier for each source that is shown in scripts panel.
Comment 1 Pavel Podivilov 2011-03-02 03:45:52 PST
Created attachment 84395 [details]
Patch.
Comment 2 Pavel Podivilov 2011-03-03 03:04:00 PST
Committed r80224: <http://trac.webkit.org/changeset/80224>