On 2/20/17 6:42 PM, [email protected] wrote:
I've declared the dictionary myFunctionResultContainer in Document.webidl, and this was working for me with my Firefox 46 codebase.
nsIDocument.h only includes DocumentBinding.h if MOZILLA_INTERNAL_API, as of https://bugzilla.mozilla.org/show_bug.cgi?id=1294100
You probably want to forward-declare myFunctionResultContainer in nsIDocument.h.
-Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

