diff options
Diffstat (limited to 'mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp')
-rw-r--r-- | mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp b/mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp new file mode 100644 index 00000000000..ff05b994fd1 --- /dev/null +++ b/mail/thunderbird/patches/patch-mozilla_dom_base_DOMRequest.cpp @@ -0,0 +1,12 @@ +$NetBSD: patch-mozilla_dom_base_DOMRequest.cpp,v 1.1 2016/04/17 18:33:50 ryoon Exp $ + +--- mozilla/dom/base/DOMRequest.cpp.orig 2016-04-07 21:33:22.000000000 +0000 ++++ mozilla/dom/base/DOMRequest.cpp +@@ -20,7 +20,6 @@ using mozilla::dom::DOMError; + using mozilla::dom::DOMRequest; + using mozilla::dom::DOMRequestService; + using mozilla::dom::DOMCursor; +-using mozilla::dom::Promise; + using mozilla::dom::AutoJSAPI; + + DOMRequest::DOMRequest(nsPIDOMWindow* aWindow) |