summaryrefslogtreecommitdiffstats
path: root/browser/components/places/tests/browser/browser_controller_onDrop.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/places/tests/browser/browser_controller_onDrop.js')
-rw-r--r--browser/components/places/tests/browser/browser_controller_onDrop.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/browser/components/places/tests/browser/browser_controller_onDrop.js b/browser/components/places/tests/browser/browser_controller_onDrop.js
index cbda2612cf..c2edf4164f 100644
--- a/browser/components/places/tests/browser/browser_controller_onDrop.js
+++ b/browser/components/places/tests/browser/browser_controller_onDrop.js
@@ -53,10 +53,10 @@ async function run_drag_test(startBookmarkIndex, insertionIndex) {
mozCursor: "auto",
mozItemCount: 1,
types: [PlacesUtils.TYPE_X_MOZ_PLACE],
- mozTypesAt(i) {
+ mozTypesAt() {
return [this._data[0].type];
},
- mozGetDataAt(i) {
+ mozGetDataAt() {
return this._data[0].data;
},
mozSetDataAt(type, data, index) {