Fix typo in a property in tabbrowser.xml

Issue #138
This commit is contained in:
janekptacijarabaci 2018-04-13 17:03:44 +02:00 committed by Roy Tam
commit 2b0e91b059

View file

@ -2860,7 +2860,7 @@
<property name="contentWindowAsCPOW"
readonly="true"
onget="return this.contentWindow;"/>
onget="return this.mCurrentBrowser.contentWindow;"/>
<property name="sessionHistory"
onget="return this.mCurrentBrowser.sessionHistory;"