Bug 1100963 - Fixed Windows compilation with disabled sandbox. r=cpearce

This commit is contained in:
Jacek Caban 2014-11-19 11:07:52 +01:00
parent 8729fb07d8
commit c44c25bce3

View File

@ -72,7 +72,7 @@ GMPLoader* CreateGMPLoader(SandboxStarter* aStarter) {
return static_cast<GMPLoader*>(new GMPLoaderImpl(aStarter));
}
#if defined(XP_WIN)
#if defined(XP_WIN) && defined(HASH_NODE_ID_WITH_DEVICE_ID)
MOZ_NEVER_INLINE
static bool
GetStackAfterCurrentFrame(uint8_t** aOutTop, uint8_t** aOutBottom)