K 10 svn:author V 3 dim K 8 svn:date V 27 2016-01-27T19:29:54.898956Z K 7 svn:log V 515 MFH: r407301 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: ports-secteam (delphij) PR: 206333 END