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

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

Issue 8382007: Merge 97975 - Web Inspector: Advanced search results should keep working after pretty print toggled. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 2 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/CompilerSourceMapping.js
===================================================================
--- Source/WebCore/inspector/front-end/CompilerSourceMapping.js (revision 98246)
+++ Source/WebCore/inspector/front-end/CompilerSourceMapping.js (working copy)
@@ -46,10 +46,9 @@
/**
* @param {string} sourceURL
* @param {number} lineNumber
- * @param {number} columnNumber
* @return {Object}
*/
- sourceLocationToCompiledLocation: function(sourceURL, lineNumber, columnNumber) { },
+ sourceLocationToCompiledLocation: function(sourceURL, lineNumber) { },
/**
* @return {Array.<string>}

Powered by Google App Engine
This is Rietveld 408576698