Try to not bust non-android builds

This commit is contained in:
Fabrice Desré 2011-10-14 16:44:47 -07:00
parent cf4faa2bd4
commit 3a92928e56

View File

@ -1778,8 +1778,9 @@ History::RegisterVisitedCallback(nsIURI* aURI,
// would be nice if we could be smarter about what we
// persist and have some sort of memory/time limit before
// evicting.
#ifdef ANDROID
return NS_ERROR_NOT_IMPLEMENTED;
#endif
NS_ASSERTION(aURI, "Must pass a non-null URI!");
if (XRE_GetProcessType() == GeckoProcessType_Content) {