K 10 svn:author V 3 dim K 8 svn:date V 27 2016-01-26T19:55:13.340389Z K 7 svn:log V 510 During the exp-run in bug 206074, it was found that www/libxul gives errors with a recent clang 3.8.0 snapshot: ../../dist/include/mozilla/dom/MessageEvent.h:61:32: error: reference to 'MessagePort' is ambiguous void SetSource(mozilla::dom::MessagePort* aPort); ^ This is caused by unneeded forward declarations of class MessagePort, MessagePortBase and MessagePortList. These can be removed. Obtained from: pkgsrc Approved by: jbeich (maintainer) PR: 206333 MFH: 2016Q1 END