Closed
Bug 299998
Opened 21 years ago
Closed 21 years ago
WARNING: Components.lookupMethod deprecated, use Components.util.lookupMethod
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 299362
People
(Reporter: Biesinger, Unassigned)
Details
WARNING: Components.lookupMethod deprecated, use Components.util.lookupMethod,
file c:/mozilla/js/src/xpconnect/src/xpccomponents.cpp, line 2509
That's probably due to one of the following lines. Do we even need that anymore?
/xpfe/global/resources/content/bindings/browser.xml, line 253 -- onget="return
Components.lookupMethod(this.contentDocument, 'title').call(this.contentDocument);"
/xpfe/global/resources/content/bindings/tabbrowser.xml, line 639 --
Components.lookupMethod(element, "focus").call(element);
/xpfe/global/resources/content/bindings/tabbrowser.xml, line 670 -- return
Components.lookupMethod(obj, propname).call(obj);
/xpfe/global/resources/content/bindings/tabbrowser.xml, line 789 -- var
characterSet = Components.lookupMethod(browser.contentDocument, 'characterSet')
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 299362 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•