Fix bug 443037 - basetext doesn't claim to implement nsIDOMXULLabeledControlElement. r=gavin

This commit is contained in:
Philipp Kewisch 2008-07-02 21:57:12 +02:00
parent c3cdbe9364
commit bf98cb9e7a
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
</binding>
<binding id="basetext" extends="chrome://global/content/bindings/general.xml#basecontrol">
<implementation>
<implementation implements="nsIDOMXULLabeledControlElement">
<!-- public implementation -->
<property name="label" onset="this.setAttribute('label',val); return val;"
onget="return this.getAttribute('label');"/>

View File

@ -441,7 +441,7 @@
</xul:hbox>
</content>
<implementation implements="nsIDOMXULSelectControlItemElement, nsIDOMXULLabeledControlElement, nsIAccessibleProvider">
<implementation implements="nsIDOMXULSelectControlItemElement, nsIAccessibleProvider">
<constructor>
<![CDATA[
// Just clear out the parent's cached list of radio children