Bug 1142495 - Fix ICC build error on emulator L. r=hsinyi

This commit is contained in:
Edgar Chen 2015-03-12 23:55:50 +08:00
parent 4846f12964
commit a0788cee57
2 changed files with 5 additions and 1 deletions

View File

@ -70,6 +70,10 @@ Icc::Icc(nsPIDOMWindow* aWindow, long aClientId, nsIIccInfo* aIccInfo)
}
}
Icc::~Icc()
{
}
void
Icc::Shutdown()
{

View File

@ -111,7 +111,7 @@ public:
IMPL_EVENT_HANDLER(stksessionend)
private:
~Icc() {}
~Icc();
bool mLive;
uint32_t mClientId;