Bug 824603 Part 2: Move nsDOMDocumentType => mozilla::dom::DocumentType r=bz

This commit is contained in:
David Zbarsky
2012-12-28 20:34:02 -05:00
parent 92144931d1
commit 8bf45788a1
11 changed files with 77 additions and 67 deletions

View File

@@ -18,7 +18,7 @@
#include "nsIStyleSheetLinkingElement.h"
#include "nsIDOMComment.h"
#include "nsIDOMCDATASection.h"
#include "nsDOMDocumentType.h"
#include "DocumentType.h"
#include "nsHTMLParts.h"
#include "nsCRT.h"
#include "nsCSSStyleSheet.h"