mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 898170 - contentTitle should default to empty string (r=felipe)
This commit is contained in:
parent
6c0e3d49cb
commit
4025d825a0
@ -50,7 +50,7 @@
|
||||
</getter>
|
||||
</property>
|
||||
|
||||
<field name="_contentTitle">null</field>
|
||||
<field name="_contentTitle">""</field>
|
||||
|
||||
<property name="contentTitle"
|
||||
onget="return this._contentTitle"
|
||||
|
Loading…
Reference in New Issue
Block a user