Bug 1455676 part 6. Remove nsIDOMNode usage from docshell/. r=qdot

This commit is contained in:
Boris Zbarsky
2018-05-29 22:58:48 -04:00
parent a793b360eb
commit b4b2f8a0bd
11 changed files with 19 additions and 23 deletions

View File

@@ -25,7 +25,7 @@
// Interfaces needed to be included
#include "nsPresContext.h"
#include "nsITooltipListener.h"
#include "nsIDOMNode.h"
#include "nsINode.h"
#include "Link.h"
#include "mozilla/dom/Element.h"
#include "mozilla/dom/MouseEvent.h"