Issue #80 - De-unify dom/security

Exception: CSPUtils relies on something in CSPContext, but on
Windows it throws in an MSVC include which provides no hints.
This commit is contained in:
Moonchild 2020-04-23 14:13:58 +00:00 • committed by Roy Tam
commit b6d9a013c8
6 changed files with 47 additions and 3 deletions

View file

@ -9,6 +9,7 @@
#include "nsCOMPtr.h"
#include "nsICryptoHash.h"
#include "nsString.h"
class nsIChannel;
class nsIUnicharStreamLoader;