Bug 774029 - Remove extra ;. r=jonas.

This commit is contained in:
Rafael Ávila de Espíndola 2012-07-15 10:03:53 -04:00
parent 3556f5a181
commit 277b7b5c95

View File

@ -39,7 +39,7 @@ public:
private:
struct NodePointer {
NodePointer() : mNode(nsnull) {};
NodePointer() : mNode(nsnull) {}
NodePointer(nsINode *aNode, bool aBeforeNode);
typedef bool (NodePointer::*MoveToMethodType)(nsINode*);