diff options
author | joerg <joerg@pkgsrc.org> | 2015-11-20 14:48:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-11-20 14:48:20 +0000 |
commit | 7af32a2184a9ae9381bca2f486eda498a98dface (patch) | |
tree | 9dbf205256b7ac99548435f239eb2b078c32a0bf /www/firefox | |
parent | f1e4b149929fd02171c926dfab62c11beb13938b (diff) | |
download | pkgsrc-7af32a2184a9ae9381bca2f486eda498a98dface.tar.gz |
Avoid ambigious class references.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/distinfo | 3 | ||||
-rw-r--r-- | www/firefox/patches/patch-dom_events_MessageEvent.h | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 501a84d9e60..d4df2da39ba 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.222 2015/11/03 15:52:57 ryoon Exp $ +$NetBSD: distinfo,v 1.223 2015/11/20 14:48:20 joerg Exp $ SHA1 (firefox-42.0.source.tar.xz) = c207a73fbfde2683aca36417331441d007ceb765 RMD160 (firefox-42.0.source.tar.xz) = d1bbfd59ceaeed46a00cdb076396267a94efd29c @@ -23,6 +23,7 @@ SHA1 (patch-config_system-headers) = 364bf8907325a3dbf61298c5aa2aae407acaa56b SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491 SHA1 (patch-dom_base_DOMRequest.cpp) = b934991e8ad03c3785e4c7d197b42f697571ec09 SHA1 (patch-dom_base_moz.build) = 8b59c33958b7037c4c051742c64f1455096ced46 +SHA1 (patch-dom_events_MessageEvent.h) = 66d8d66807087823648062cb7588d7a98c20ca31 SHA1 (patch-dom_media_gstreamer_GStreamerAllocator.cpp) = 4685a646a76282619d7c42fac43500e0065f067d SHA1 (patch-dom_media_moz.build) = a89695c9557f59e00b42c60742f27a82de0f77fb SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 6219ce1b3f2893c1d53453fcb5568d081b72e106 diff --git a/www/firefox/patches/patch-dom_events_MessageEvent.h b/www/firefox/patches/patch-dom_events_MessageEvent.h new file mode 100644 index 00000000000..969ebc73a15 --- /dev/null +++ b/www/firefox/patches/patch-dom_events_MessageEvent.h @@ -0,0 +1,14 @@ +$NetBSD: patch-dom_events_MessageEvent.h,v 1.1 2015/11/20 14:48:20 joerg Exp $ + +--- dom/events/MessageEvent.h.orig 2015-10-29 22:17:54.000000000 +0000 ++++ dom/events/MessageEvent.h +@@ -16,9 +16,6 @@ namespace mozilla { + namespace dom { + + struct MessageEventInit; +-class MessagePort; +-class MessagePortBase; +-class MessagePortList; + class OwningWindowProxyOrMessagePortOrClient; + + namespace workers { |