Bug 733696 - Hal's CachingObservers shouldn't cache when GetCurrentInformation is called. r=jlebar

This commit is contained in:
Mounir Lamouri 2012-03-07 19:26:38 +01:00
parent b19aadd98d
commit b2468304b1

View File

@ -214,7 +214,6 @@ public:
return mInfo;
}
mHasValidCache = true;
GetCurrentInformationInternal(&mInfo);
return mInfo;
}