Bug 453105 - Error: setting a property that has only a getter on cars.com (r+sr=bzbarsky)

This commit is contained in:
Jason Orendorff 2008-09-03 15:28:13 -05:00
parent 7d27e3c620
commit 445f7292b2

View File

@ -310,7 +310,8 @@ members = [
'nsIDOMHTMLButtonElement.value',
'nsIDOMHTMLButtonElement.disabled',
'nsIDOMHTMLCollection.item',
'nsIDOMHTMLCollection.length',
# Commented out to fix bug 453105 (special case of bug 453331).
#'nsIDOMHTMLCollection.length',
'nsIDOMHTMLDocument.body',
'nsIDOMHTMLDocument.getElementsByName',
'nsIDOMHTMLDocument.anchors',
@ -357,7 +358,7 @@ members = [
'nsIDOMHTMLOptionElement.form',
# Commented out because it's not writable while
# nsIDOMNSHTMLOptionElement.text is, which causes bustage when
# someone tries to assign .text.
# someone tries to assign .text. (Special case of bug 453331.)
#'nsIDOMHTMLOptionElement.text',
'nsIDOMHTMLOptionElement.defaultSelected',
'nsIDOMHTMLOptionElement.value',