Backed out changeset 47c0377779bb to fix orange

This commit is contained in:
Peter Van der Beken 2008-11-04 20:56:16 +01:00
commit fbe83f43ff
2 changed files with 1 additions and 2 deletions

View File

@ -8,4 +8,3 @@ load 394810-1.html
load 403356-1.html
load 418139-1.svg
load 420513-1.html
load 462926.html

View File

@ -266,7 +266,7 @@ public:
struct xpc_qsSelfRef
{
xpc_qsSelfRef() : ptr(nsnull) {}
xpc_qsSelfRef() {}
explicit xpc_qsSelfRef(nsISupports *p) : ptr(p) {}
~xpc_qsSelfRef() { NS_IF_RELEASE(ptr); }