Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is called.

Tag #1343
This commit is contained in:
Gaming4JC 2020-01-07 08:27:34 -05:00 committed by Roy Tam
commit c39b0e4fd7
5 changed files with 12 additions and 1 deletions

View file

@ -7,6 +7,7 @@
#ifndef HTMLDialogElement_h
#define HTMLDialogElement_h
#include "mozilla/AsyncEventDispatcher.h"
#include "mozilla/Attributes.h"
#include "nsGenericHTMLElement.h"
#include "nsGkAtoms.h"