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

@@ -10,7 +10,9 @@
#include "mozilla/GenericSpecifiedValuesInlines.h"
#include "nsMappedAttributes.h"
#include "nsAttrValueInlines.h"
#ifdef MOZ_OLD_STYLE
#include "nsRuleWalker.h"
#endif
#include "celldata.h"
#include "mozilla/dom/HTMLTableCellElementBinding.h"