mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 898170 - contentTitle should default to empty string (r=felipe)
This commit is contained in:
parent
3ee373ddcf
commit
62598015b8
@ -50,7 +50,7 @@
|
|||||||
</getter>
|
</getter>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<field name="_contentTitle">null</field>
|
<field name="_contentTitle">""</field>
|
||||||
|
|
||||||
<property name="contentTitle"
|
<property name="contentTitle"
|
||||||
onget="return this._contentTitle"
|
onget="return this._contentTitle"
|
||||||
|
Loading…
Reference in New Issue
Block a user