summaryrefslogtreecommitdiffstats
path: root/dom/ipc/tests/test_bug1086684.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/ipc/tests/test_bug1086684.js')
-rw-r--r--dom/ipc/tests/test_bug1086684.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/ipc/tests/test_bug1086684.js b/dom/ipc/tests/test_bug1086684.js
index 8a34906686..218d2b14a6 100644
--- a/dom/ipc/tests/test_bug1086684.js
+++ b/dom/ipc/tests/test_bug1086684.js
@@ -37,7 +37,7 @@ function childFrameScript() {
);
function parentReady(message) {
- MockFilePicker.init(content);
+ MockFilePicker.init(content.browsingContext);
MockFilePicker.setFiles([message.data.file]);
MockFilePicker.returnValue = MockFilePicker.returnOK;