mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1142495 - Fix ICC build error on emulator L. r=hsinyi
This commit is contained in:
parent
4846f12964
commit
a0788cee57
@ -70,6 +70,10 @@ Icc::Icc(nsPIDOMWindow* aWindow, long aClientId, nsIIccInfo* aIccInfo)
|
||||
}
|
||||
}
|
||||
|
||||
Icc::~Icc()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
Icc::Shutdown()
|
||||
{
|
||||
|
@ -111,7 +111,7 @@ public:
|
||||
IMPL_EVENT_HANDLER(stksessionend)
|
||||
|
||||
private:
|
||||
~Icc() {}
|
||||
~Icc();
|
||||
|
||||
bool mLive;
|
||||
uint32_t mClientId;
|
||||
|
Loading…
Reference in New Issue
Block a user