Bug 51709 - Web Inspector: [REGRESSION] WebInspector.ResourcesPanel.prototype.canShowSourceLine() broken
Summary: Web Inspector: [REGRESSION] WebInspector.ResourcesPanel.prototype.canShowSour...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-29 09:10 PST by Alexander Pavlov (apavlov)
Modified: 2010-12-31 08:57 PST (History)
14 users (show)

See Also:


Attachments
[patch] initial version. (1.12 KB, patch)
2010-12-31 02:17 PST, Ilya Tikhonovsky
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2010-12-29 09:10:02 PST
The function body reads
return !!WebInspector.resourceView.resourceForURL(url);
instead of
return !!WebInspector.resourceTreeModel.resourceForURL(url); 

This is a regression introduced by http://trac.webkit.org/changeset/74709.
Comment 1 Ilya Tikhonovsky 2010-12-31 02:17:24 PST
Created attachment 77711 [details]
[patch] initial version.
Comment 2 WebKit Commit Bot 2010-12-31 05:02:32 PST
Comment on attachment 77711 [details]
[patch] initial version.

Clearing flags on attachment: 77711

Committed r74830: <http://trac.webkit.org/changeset/74830>
Comment 3 WebKit Commit Bot 2010-12-31 05:02:38 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 WebKit Review Bot 2010-12-31 08:57:44 PST
http://trac.webkit.org/changeset/74830 might have broken Leopard Intel Debug (Tests)