mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 453105 - Error: setting a property that has only a getter on cars.com (r+sr=bzbarsky)
This commit is contained in:
parent
7d27e3c620
commit
445f7292b2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user