Fix for bug 788532 (Add the new DOM bindings API to DOM lists). r=bz.

This commit is contained in:
Peter Van der Beken
2012-09-05 22:49:53 +02:00
parent d6dcc4f158
commit 817be9d200
74 changed files with 2032 additions and 504 deletions

View File

@@ -53,6 +53,7 @@
#include "nsIDOMDOMStringList.h"
#include "nsIDOMDragEvent.h"
#include "nsContentList.h"
namespace dom = mozilla::dom;