Backed out changeset 614181fad27a (bug 1449064) for assertion failures on workspace/build/src/modules/libpref/Preferences.cpp

This commit is contained in:
Gurzau Raul
2018-03-29 05:59:44 +03:00
parent 6d3b7e6622
commit 55cbea15bc
4 changed files with 14 additions and 12 deletions

View File

@@ -45,6 +45,7 @@ public:
NS_DECL_ISUPPORTS_INHERITED
private:
static bool sExternalViewSource;
#ifdef DEBUG_NS_HTML5_TREE_OP_EXECUTOR_FLUSH
static uint32_t sAppendBatchMaxSize;
static uint32_t sAppendBatchSlotsExamined;
@@ -266,6 +267,8 @@ public:
void AddBase(const nsAString& aURL);
static void InitializeStatics();
private:
nsHtml5Parser* GetParser();