mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Remove superfluous message manager property
This commit is contained in:
parent
879373db7a
commit
44f9b7ec97
1 changed files with 0 additions and 13 deletions
|
|
@ -2950,19 +2950,6 @@
|
|||
onget="return this.mCurrentBrowser.docShell"
|
||||
readonly="true"/>
|
||||
|
||||
<property name="messageManager"
|
||||
readonly="true">
|
||||
<getter>
|
||||
<![CDATA[
|
||||
let frameLoader = this.mCurrentBrowser.frameLoader;
|
||||
if (!frameLoader) {
|
||||
return null;
|
||||
}
|
||||
return frameLoader.messageManager;
|
||||
]]>
|
||||
</getter>
|
||||
</property>
|
||||
|
||||
<property name="webNavigation"
|
||||
onget="return this.mCurrentBrowser.webNavigation"
|
||||
readonly="true"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue