summaryrefslogtreecommitdiffstats
path: root/browser/base/content/test/general/browser_bug609700.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/base/content/test/general/browser_bug609700.js')
-rw-r--r--browser/base/content/test/general/browser_bug609700.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/browser/base/content/test/general/browser_bug609700.js b/browser/base/content/test/general/browser_bug609700.js
index 8195eba4ec..615b63c3d8 100644
--- a/browser/base/content/test/general/browser_bug609700.js
+++ b/browser/base/content/test/general/browser_bug609700.js
@@ -1,11 +1,7 @@
function test() {
waitForExplicitFinish();
- Services.ww.registerNotification(function notification(
- aSubject,
- aTopic,
- aData
- ) {
+ Services.ww.registerNotification(function notification(aSubject, aTopic) {
if (aTopic == "domwindowopened") {
Services.ww.unregisterNotification(notification);