mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1181382: move declaration into namespace to resolve conflict. r=hsinyi
This commit is contained in:
parent
8cfbba9a8c
commit
f4333dad22
@ -14,11 +14,11 @@
|
||||
class nsISmsService;
|
||||
class nsIDOMMozSmsMessage;
|
||||
class nsIDOMMozMmsMessage;
|
||||
class Promise;
|
||||
|
||||
namespace mozilla {
|
||||
namespace dom {
|
||||
|
||||
class Promise;
|
||||
class DOMRequest;
|
||||
class DOMCursor;
|
||||
struct MmsParameters;
|
||||
|
Loading…
Reference in New Issue
Block a user