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

@@ -19,7 +19,9 @@
#include "nsHTMLStyleSheet.h"
#include "nsMappedAttributes.h"
#include "nsIDocShell.h"
#ifdef MOZ_OLD_STYLE
#include "nsRuleWalker.h"
#endif
#include "nsGlobalWindow.h"
NS_IMPL_NS_NEW_HTML_ELEMENT(Body)