| Index: third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js b/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| index 374b08343a3418efed910783027cf7ee7ceb2e96..b740bb2b0bfd75cc97736f62746ce317566846dc 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/accessibility/ARIAAttributesView.js
|
| @@ -229,13 +229,11 @@ WebInspector.ARIAAttributesPane.ARIAAttributePrompt = function(treeElement)
|
| WebInspector.ARIAAttributesPane.ARIAAttributePrompt.prototype = {
|
| /**
|
| * @param {!Element} proxyElement
|
| - * @param {string} text
|
| - * @param {number} cursorOffset
|
| * @param {!Range} wordRange
|
| * @param {boolean} force
|
| * @param {function(!Array.<string>, number=)} completionsReadyCallback
|
| */
|
| - _buildPropertyCompletions: function(proxyElement, text, cursorOffset, wordRange, force, completionsReadyCallback)
|
| + _buildPropertyCompletions: function(proxyElement, wordRange, force, completionsReadyCallback)
|
| {
|
| // TODO(aboxhall): replace placeholder implementation with real implementation
|
| completionsReadyCallback([], 0);
|
|
|