Fix build with clang.
https://bugzilla.mozilla.org/show_bug.cgi?id=1181382
This commit is contained in:
parent
d73e3f1add
commit
3fcfd39fd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398774
1 changed files with 15 additions and 0 deletions
15
www/firefox/files/patch-bug1181382
Normal file
15
www/firefox/files/patch-bug1181382
Normal file
|
@ -0,0 +1,15 @@
|
|||
--- dom/mobilemessage/MobileMessageManager.h.orig 2015-09-17 22:13:25 UTC
|
||||
+++ dom/mobilemessage/MobileMessageManager.h
|
||||
@@ -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 a new issue