diff --git a/xpfe/global/resources/content/xulBindings.xml b/xpfe/global/resources/content/xulBindings.xml index c4e302426dae..97420a7134fe 100644 --- a/xpfe/global/resources/content/xulBindings.xml +++ b/xpfe/global/resources/content/xulBindings.xml @@ -318,43 +318,43 @@ - - - - - - + + + + + + - this.anonymousContent[0].firstChild.select(); + document.getAnonymousNodes(this)[0].firstChild.select(); - - - - + + + + - this.anonymousContent[0].firstChild.setSelectionRange( aSelectionStart, aSelectionEnd ); + document.getAnonymousNodes(this)[0].firstChild.setSelectionRange( aSelectionStart, aSelectionEnd ); - - + + @@ -407,13 +407,13 @@ var v = this.removeChild(toolbar); - this.anonymousContent[1].appendChild(v); + document.getAnonymousNodes(this)[1].appendChild(v); - var v = this.anonymousContent[1].removeChild(toolbar); + var v = document.getAnonymousNodes(this)[1].removeChild(toolbar); this.appendChild(v);