Fix build with clang.

https://bugzilla.mozilla.org/show_bug.cgi?id=1181382
This commit is contained in:
Jung-uk Kim 2015-10-07 17:27:39 +00:00
parent d73e3f1add
commit 3fcfd39fd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398774

View 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;