mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1168292 - Part 1: update SYSTEM_APP_ID. r=dimi
This commit is contained in:
parent
25f59862e0
commit
6021f94f4b
@ -48,7 +48,7 @@ this.RF_EVENT_STATE_CHANGED = 0x06;
|
||||
this.FOCUS_CHANGED = 0x07;
|
||||
|
||||
// This value should sync with |SYSTEM_APP_ID| in nsINfcContentHelper.idl
|
||||
this.SYSTEM_APP_ID = -1;
|
||||
this.SYSTEM_APP_ID = 0;
|
||||
|
||||
// Allow this file to be imported via Components.utils.import().
|
||||
this.EXPORTED_SYMBOLS = Object.keys(this);
|
||||
|
@ -115,10 +115,10 @@ interface nsINfcRequestCallback : nsISupports
|
||||
void notifyError(in DOMString errorMsg);
|
||||
};
|
||||
|
||||
[scriptable, uuid(7ae94107-adc9-4467-ae44-72f9a91f3ee8)]
|
||||
[scriptable, uuid(2dbc73d4-ba16-4c89-bce5-3c22cee6b50a)]
|
||||
interface nsINfcBrowserAPI : nsISupports
|
||||
{
|
||||
const int32_t SYSTEM_APP_ID = -1;
|
||||
const int32_t SYSTEM_APP_ID = 0;
|
||||
|
||||
void setFocusApp(in uint64_t tabId,
|
||||
in boolean isFocus);
|
||||
|
Loading…
Reference in New Issue
Block a user