Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D189226
This commit is contained in:
Jan Varga
2023-09-28 20:46:07 +00:00
parent 137cdeabce
commit 272327b326
117 changed files with 158 additions and 46 deletions

View File

@@ -30,6 +30,7 @@
#include "mozilla/PresShell.h"
#include "mozilla/StaticPrefs_dom.h"
#include "mozilla/TextUtils.h"
#include "mozilla/Try.h"
#include "nsAttrValueInlines.h"
#include "nsCRTGlue.h"
#include "nsIFilePicker.h"