Issue #80 - De-unify dom/fetch

Running into the same problem as with dom/canvas: derived template
classes not being happy about being non-unified. Kept unified for now
to prevent linking errors.
This commit is contained in:
wolfbeast 2020-04-19 16:45:01 +02:00 committed by Roy Tam
commit c7d6ca06da
8 changed files with 20 additions and 5 deletions

View file

@ -8,6 +8,7 @@
#include "nsIContentPolicy.h"
#include "nsIDocument.h"
#include "nsIHttpChannelInternal.h"
#include "nsStreamUtils.h"
#include "mozilla/ErrorResult.h"