summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit/head_cookies.js
diff options
context:
space:
mode:
Diffstat (limited to 'netwerk/test/unit/head_cookies.js')
-rw-r--r--netwerk/test/unit/head_cookies.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/netwerk/test/unit/head_cookies.js b/netwerk/test/unit/head_cookies.js
index 037068689f..9c7885fb66 100644
--- a/netwerk/test/unit/head_cookies.js
+++ b/netwerk/test/unit/head_cookies.js
@@ -59,7 +59,7 @@ function _observer(generator, topic) {
}
_observer.prototype = {
- observe(subject, topic, data) {
+ observe(subject, topic) {
Assert.equal(this.topic, topic);
Services.obs.removeObserver(this, this.topic);
@@ -93,7 +93,7 @@ function _promise_observer(topic) {
}
_promise_observer.prototype = {
- observe(subject, topic, data) {
+ observe(subject, topic) {
Assert.equal(this.topic, topic);
Services.obs.removeObserver(this, this.topic);