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:
parent
783fc17e73
commit
029db4bdd6
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user