mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 11:58:55 +00:00
fix mac build bustage. saari made nsXULKeyListener.cpp part of the mac build,
but hasn't defined this CID yet.
This commit is contained in:
parent
91489b8497
commit
efb595b600
@ -134,4 +134,8 @@
|
||||
#define NS_XULFOCUSTRACKER_CID \
|
||||
{ 0xfe71d561, 0x1501, 0x11d3, { 0xbf, 0x87, 0x0, 0x10, 0x5a, 0x1b, 0x6, 0x27 } }
|
||||
|
||||
// {9e246e80-2064-11d3-973e-00805f916fd3}
|
||||
#define NS_XULKEYLISTENER_CID \
|
||||
{ 0x9e246e80, 0x2064, 0x11d3, {0x97, 0x3e, 0x00, 0x80, 0x5f, 0x91, 0x6f, 0xd3} }
|
||||
|
||||
#endif // nsRDFCID_h__
|
||||
|
Loading…
x
Reference in New Issue
Block a user