Bug 831408 - Make two interfaces builtinclass; r=bz

This commit is contained in:
Ms2ger 2013-02-07 09:08:57 +01:00
parent 96f13d48af
commit 87a3045e09
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(526C4DC4-25CD-46DE-A9B2-1501D624F7DF)]
[scriptable, builtinclass, uuid(526C4DC4-25CD-46DE-A9B2-1501D624F7DF)]
interface nsIDOMHTMLTableCaptionElement : nsIDOMHTMLElement
{
attribute DOMString align;

View File

@ -16,7 +16,7 @@
* http://www.whatwg.org/specs/web-apps/current-work/
*/
[scriptable, uuid(006D2482-0B89-401B-9A16-EDE4D9971F02)]
[scriptable, builtinclass, uuid(006D2482-0B89-401B-9A16-EDE4D9971F02)]
interface nsIDOMHTMLTableSectionElement : nsIDOMHTMLElement
{
attribute DOMString align;