Bug 539694 - prevent copying accessible objects r=tbsaunde

This commit is contained in:
Jignesh Kakadiya 2011-12-16 01:24:47 -05:00
parent 4277a2bfdb
commit 5e8ca09df7

View File

@ -214,6 +214,10 @@ protected:
static bool gIsFormFillEnabled;
private:
nsAccessNode();
nsAccessNode(const nsAccessNode&);
nsAccessNode& operator =(const nsAccessNode&);
static nsApplicationAccessible *gApplicationAccessible;
};