Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: Source/WebCore/inspector/front-end/NavigatorView.js

Issue 12622003: Merge 144463 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/inspector/front-end/NavigatorView.js
===================================================================
--- Source/WebCore/inspector/front-end/NavigatorView.js (revision 145088)
+++ Source/WebCore/inspector/front-end/NavigatorView.js (working copy)
@@ -242,7 +242,7 @@
*/
rename: function(uiSourceCode, callback)
{
- var scriptTreeElement = this._getScriptTreeElement[uiSourceCode.uri()];
+ var scriptTreeElement = this._getScriptTreeElement(uiSourceCode);
if (!scriptTreeElement)
return;
« no previous file with comments | « LayoutTests/inspector/debugger/script-snippet-model.html ('k') | Source/WebCore/inspector/front-end/ScriptSnippetModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698