diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-14 00:02:03 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-14 10:50:53 +0000 |
commit | 349346d0b76aec02354149da0f860d5bf7ec7b83 (patch) | |
tree | c8cbdf0b6112dd8d7b115a9720db5e6a2d6081c8 /storage/moz.build | |
parent | e983389355c928c5fd6f95af9aa383514f43b8f1 (diff) | |
download | uxp-349346d0b76aec02354149da0f860d5bf7ec7b83.tar.gz |
Revert "Issue #21 - Remove TelemertyVFS"
This:
- reverts commit 83ecae9ff7ee1469da1675435dbcf26d094aa1c6
- adds a failure check to Connection::GetQuotaObjects
This resolves #1768.
Diffstat (limited to 'storage/moz.build')
-rw-r--r-- | storage/moz.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/moz.build b/storage/moz.build index c155c64257..d1ad9229f1 100644 --- a/storage/moz.build +++ b/storage/moz.build @@ -70,6 +70,7 @@ UNIFIED_SOURCES += [ 'mozStorageStatementRow.cpp', 'SQLCollations.cpp', 'StorageBaseStatementInternal.cpp', + 'TelemetryVFS.cpp', 'VacuumManager.cpp', ] |