Bug 1686234 - Add missing includes. r=peterv

Also add missing forward declaration for FeaturePolicy.

Differential Revision: https://phabricator.services.mozilla.com/D101466
This commit is contained in:
Andreas Farre 2021-01-14 11:15:22 +00:00
Родитель 206eecdc83
Коммит 83df9df213
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -8,12 +8,15 @@
#define mozilla_dom_HTMLIFrameElement_h
#include "mozilla/Attributes.h"
#include "nsGenericHTMLElement.h"
#include "nsGenericHTMLFrameElement.h"
#include "nsDOMTokenList.h"
namespace mozilla {
namespace dom {
class FeaturePolicy;
class HTMLIFrameElement final : public nsGenericHTMLFrameElement {
public:
explicit HTMLIFrameElement(