mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1155214 - Mark nsIBidiKeyboard as builtinclass; r=mrbkap
ContentChild::RecvBidiKeyboardNotify(), perhaps among other code, assumes the native type implementing this interface, so we must make sure the interface is builtinclass.
This commit is contained in:
parent
fac418c69e
commit
212f692a48
@ -6,7 +6,7 @@
|
||||
|
||||
#include "nsISupports.idl"
|
||||
|
||||
[scriptable, uuid(0d53579c-8f40-4bcf-9b87-61979c09f924)]
|
||||
[builtinclass, scriptable, uuid(288dae24-76e2-43a3-befe-9d9fabe8014e)]
|
||||
interface nsIBidiKeyboard : nsISupports
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user