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

@ -2,6 +2,7 @@
#include "nsError.h"
#include "nsIUnicodeDecoder.h"
#include "nsNetUtil.h"
#include "nsString.h"
#include "mozilla/dom/EncodingUtils.h"