Bug 777890: The cached value is valid after we synchronously Get() it, as far as we know. r=jlebar

This commit is contained in:
Chris Jones 2012-07-27 11:39:44 -07:00
parent e514fe80c1
commit 941f35fcd0

View File

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