Auto merge of #5525 - dhodder:master, r=jdm

An empty DOM interface for HTMLDialogElement

r?
This commit is contained in:
bors-servo 2015-04-07 02:50:04 -05:00
commit 1fd609d198
9 changed files with 59 additions and 9 deletions

View file

@ -253,6 +253,7 @@ pub enum HTMLElementTypeId {
HTMLCanvasElement,
HTMLDataElement,
HTMLDataListElement,
HTMLDialogElement,
HTMLDirectoryElement,
HTMLDListElement,
HTMLDivElement,