mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 500633 - remove obsolete ifSetAttribute method. r=neil
This commit is contained in:
parent
7eb8b0e356
commit
ffb0d54ea3
@ -515,15 +515,6 @@
|
||||
]]></body>
|
||||
</method>
|
||||
|
||||
<method name="ifSetAttribute">
|
||||
<parameter name="aAttr"/>
|
||||
<parameter name="aVal"/>
|
||||
<body><![CDATA[
|
||||
if (!this.hasAttribute(aAttr))
|
||||
this.setAttribute(aAttr, aVal);
|
||||
]]></body>
|
||||
</method>
|
||||
|
||||
<method name="_focus">
|
||||
<!-- doesn't reset this.mController -->
|
||||
<body><![CDATA[
|
||||
|
Loading…
Reference in New Issue
Block a user