mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 11:27:49 +00:00
bug#27691. fixes printing by changing default img reload policy. r:mcafee
This commit is contained in:
parent
f3eb29ca26
commit
7a76f72498
@ -749,7 +749,7 @@ NS_NewImageNetContext(ilINetContext **aInstancePtrResult,
|
||||
return NS_ERROR_NULL_POINTER;
|
||||
}
|
||||
|
||||
ilINetContext *cx = new ImageNetContextImpl(TV_IMG_NTWK_SERVER,
|
||||
ilINetContext *cx = new ImageNetContextImpl(IMG_NTWK_SERVER,
|
||||
aLoadContext,
|
||||
aReconnectCallback,
|
||||
aReconnectArg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user