Bug 1430014 - Part 5: Stop building old style system classes when MOZ_OLD_STYLE is not defined. r=xidorn

MozReview-Commit-ID: CIHyPdF7Exl
This commit is contained in:
Cameron McCormack
2018-02-01 15:04:04 +11:00
parent 02c617875f
commit 34288f7f48
104 changed files with 349 additions and 49 deletions

View File

@@ -36,7 +36,9 @@
#include "nsISupportsPrimitives.h"
#include "nsMappedAttributes.h"
#include "nsNetUtil.h"
#ifdef MOZ_OLD_STYLE
#include "nsRuleData.h"
#endif
#include "nsStyleConsts.h"
#include "nsThreadUtils.h"
#include "nsVideoFrame.h"