summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-04-08 10:22:20 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-04-08 10:22:20 -0500
commit68f235e2ccd1f18001ec105b2dbe6a2100f4c1ad (patch)
treeb78325f398520dc5eabcbd02cc200a74c405c56c /components
parent32d6e5d72628f42d7c171228ca86f3e84430258f (diff)
downloadaura-central-68f235e2ccd1f18001ec105b2dbe6a2100f4c1ad.tar.gz
Fix currently identified Moonchild Sabotage
Diffstat (limited to 'components')
-rw-r--r--components/permissions/src/nsPermission.h1
-rw-r--r--components/places/src/FaviconHelpers.h1
-rw-r--r--components/storage/src/mozStorageAsyncStatementExecution.cpp4
3 files changed, 5 insertions, 1 deletions
diff --git a/components/permissions/src/nsPermission.h b/components/permissions/src/nsPermission.h
index 857b7521c..8c11ad00b 100644
--- a/components/permissions/src/nsPermission.h
+++ b/components/permissions/src/nsPermission.h
@@ -6,6 +6,7 @@
#ifndef nsPermission_h__
#define nsPermission_h__
+#include "nsIPrincipal.h"
#include "nsIPermission.h"
#include "nsString.h"
#include "nsCOMPtr.h"
diff --git a/components/places/src/FaviconHelpers.h b/components/places/src/FaviconHelpers.h
index 1c6d5b2bf..79d9d7bd6 100644
--- a/components/places/src/FaviconHelpers.h
+++ b/components/places/src/FaviconHelpers.h
@@ -6,6 +6,7 @@
#pragma once
+#include "nsIRequest.h"
#include "nsIFaviconService.h"
#include "nsIChannelEventSink.h"
#include "nsIInterfaceRequestor.h"
diff --git a/components/storage/src/mozStorageAsyncStatementExecution.cpp b/components/storage/src/mozStorageAsyncStatementExecution.cpp
index ec9f380bf..c3facc628 100644
--- a/components/storage/src/mozStorageAsyncStatementExecution.cpp
+++ b/components/storage/src/mozStorageAsyncStatementExecution.cpp
@@ -17,9 +17,11 @@
#include "mozStoragePrivateHelpers.h"
#include "mozStorageStatementData.h"
#include "mozStorageAsyncStatementExecution.h"
-
+#include "mozilla/Logging.h"
#include "mozilla/DebugOnly.h"
+extern mozilla::LazyLogModule gStorageLog;
+
namespace mozilla {
namespace storage {