2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00
repo/testing/firefox/patches/fix-disable-accessibility.patch

13 lines
429 B
Diff
Raw Normal View History

2021-12-10 06:35:30 -07:00
diff --git a/dom/quota/PQuotaRequest.ipdl b/dom/quota/PQuotaRequest.ipdl
index 3e28d1cae1..3f0b2bc61f 100644
--- a/dom/quota/PQuotaRequest.ipdl
+++ b/dom/quota/PQuotaRequest.ipdl
@@ -3,6 +3,7 @@
* You can obtain one at http://mozilla.org/MPL/2.0/. */
include protocol PQuota;
+include "mozilla/dom/quota/SerializationHelpers.h";
using mozilla::dom::quota::FullOriginMetadata
from "mozilla/dom/quota/CommonMetadata.h";