mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
Update loadBindingDoc, r=ben
This commit is contained in:
parent
d5c25c42fd
commit
c806c1ac47
@ -80,7 +80,8 @@ interface DocumentXBL {
|
||||
void addBinding(in Element elt, in DOMString bindingURL);
|
||||
void removeBinding(in Element elt, in DOMString bindingURL);
|
||||
|
||||
void loadBindingDocument(in DOMString documentURL);
|
||||
Element getBindingParent(in Node node);
|
||||
Document loadBindingDocument(in DOMString documentURL);
|
||||
};
|
||||
|
||||
interface NSDocument {
|
||||
|
Loading…
Reference in New Issue
Block a user