RESOLVED FIXED Bug 51709
Web Inspector: [REGRESSION] WebInspector.ResourcesPanel.prototype.canShowSourceLine() broken
https://bugs.webkit.org/show_bug.cgi?id=51709
Summary Web Inspector: [REGRESSION] WebInspector.ResourcesPanel.prototype.canShowSour...
Alexander Pavlov (apavlov)
Reported 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.
Attachments
[patch] initial version. (1.12 KB, patch)
2010-12-31 02:17 PST, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2010-12-31 02:17:24 PST
Created attachment 77711 [details] [patch] initial version.
WebKit Commit Bot
Comment 2 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>
WebKit Commit Bot
Comment 3 2010-12-31 05:02:38 PST
All reviewed patches have been landed. Closing bug.
WebKit Review Bot
Comment 4 2010-12-31 08:57:44 PST
http://trac.webkit.org/changeset/74830 might have broken Leopard Intel Debug (Tests)
Note You need to log in before you can comment on or make changes to this bug.