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

@ -7,6 +7,7 @@
#include "InternalResponse.h"
#include "mozilla/Assertions.h"
#include "mozilla/dom/FetchTypes.h"
#include "mozilla/dom/InternalHeaders.h"
#include "mozilla/dom/cache/CacheTypes.h"
#include "mozilla/ipc/PBackgroundSharedTypes.h"