From 2873892727e08cd460212fb35a3d68b5a06ed364 Mon Sep 17 00:00:00 2001 From: "darin%meer.net" Date: Thu, 23 Feb 2006 02:08:27 +0000 Subject: [PATCH] fixes bug 240201 "remove [noscript] from nsICookieManager2::add" r+sr=bzbarsky --- netwerk/cookie/public/nsICookieManager2.idl | 1 - 1 file changed, 1 deletion(-) diff --git a/netwerk/cookie/public/nsICookieManager2.idl b/netwerk/cookie/public/nsICookieManager2.idl index d3732bca9f7..d2c1fca730a 100644 --- a/netwerk/cookie/public/nsICookieManager2.idl +++ b/netwerk/cookie/public/nsICookieManager2.idl @@ -68,7 +68,6 @@ interface nsICookieManager2 : nsICookieManager * expiration date, in seconds since the epoch. only relevant if * aIsSession is false. */ - [noscript] void add(in AUTF8String aDomain, in AUTF8String aPath, in ACString aName,