mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 730208 - UnmarkGray the global object held by nsXULPDGlobalObject to avoid it getting used to create black -> gray edges. r=smaug
--HG-- extra : rebase_source : fd4b5cd7787e1af157cce4f505422238660a5a65
This commit is contained in:
parent
19c2240067
commit
ab1492325a
@ -772,7 +772,7 @@ nsXULPDGlobalObject::GetScriptContext()
|
||||
JSObject*
|
||||
nsXULPDGlobalObject::GetGlobalJSObject()
|
||||
{
|
||||
return mJSObject;
|
||||
return xpc_UnmarkGrayObject(mJSObject);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user