Calling PRE_fetch now. Removed a parameter from Addtoprefetch list. Approved by Nisheeth.

This commit is contained in:
gagan%netscape.com 1998-08-04 00:18:07 +00:00
parent 6ea2434b2e
commit 89799f53da
2 changed files with 4 additions and 1 deletions

View File

@ -3856,6 +3856,9 @@ lo_FinishLayout(MWContext *context, lo_DocState *state, int32 mocha_event)
*/
if (context->compositor)
lo_UpdateBlinkLayers(context);
/* Prefetch links of this context */
PRE_Fetch(context);
}
/*******************************************************************************

View File

@ -6718,7 +6718,7 @@ XP_TRACE(("lo_LayoutTag(%d)\n", tag->type));
}
if (prefetchURL)
{
PRE_AddToList(context, prefetchURL, 1.0);
PRE_AddToList(context, prefetchURL);
}
}