| Index: third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| index e231bcf18e89a7fa1779075baa1b9f2e4d01e788..9e7b410fc03f1e0aed3fa796f5fd444ea5c1c997 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/resources/DatabaseQueryView.js
|
| @@ -61,13 +61,11 @@ WebInspector.DatabaseQueryView.prototype = {
|
|
|
| /**
|
| * @param {!Element} proxyElement
|
| - * @param {string} text
|
| - * @param {number} cursorOffset
|
| * @param {!Range} wordRange
|
| * @param {boolean} force
|
| * @param {function(!Array.<string>, number=)} completionsReadyCallback
|
| */
|
| - completions: function(proxyElement, text, cursorOffset, wordRange, force, completionsReadyCallback)
|
| + completions: function(proxyElement, wordRange, force, completionsReadyCallback)
|
| {
|
| var prefix = wordRange.toString().toLowerCase();
|
| if (!prefix)
|
|
|