mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 852909 part 1 - Make media documents say they always ignore the character encoding menu. r=smaug.
This commit is contained in:
parent
efd91c19ff
commit
82e9f8f936
@ -35,6 +35,11 @@ public:
|
||||
|
||||
virtual void SetScriptGlobalObject(nsIScriptGlobalObject* aGlobalObject) MOZ_OVERRIDE;
|
||||
|
||||
virtual bool WillIgnoreCharsetOverride()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
protected:
|
||||
void BecomeInteractive();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user