bug#50778: not a fix, but ifdef code to switch "pin chrome" on&off.

git-svn-id: svn://10.0.0.236/trunk@78201 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pnunn%netscape.com 2000-09-06 00:23:46 +00:00
parent 783fc17e73
commit 029db4bdd6

View File

@ -534,12 +534,12 @@ il_get_container(IL_GroupContext *img_cx,
ILTRACE(2, ("il: create ic=0x%08x\n", ic));
if (nsCRT::strncmp(image_url,"chrome", 6) == 0) {
#ifdef PIN_CHROME
if (nsCRT::strncmp(image_url,"chrome", 6) == 0)
ic->moz_type = TYPE_CHROME;
}
else {
else
#endif
ic->moz_type = TYPE_DEFAULT;
}
ic->hash = hash;
ic->urlhash = urlhash;