Closed
Bug 103253
Opened 23 years ago
Closed 23 years ago
Strict warning in viewSource.xul line 1 (redeclaration of const kIOServiceProgID)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: bugs4hj, Assigned: asa)
Details
Test done with mozilla 2001100403 on WinNT
Steps to reproduce:
1) open the JS console before step 2
2) use right-click, or View->Page Source to display the page source
3) look at the JS console for the folowing error:
Error: redeclaration of const kIOServiceProgID
Source File: chrome://communicator/content/utilityOverlay.js
Line: 1
This can be fixed by removing a single line from viewSource.xul. It's this line btw:
<script type="application/x-javascript"
src="chrome://communicator/content/utilityOverlay.js"/>
/HJ
Updated•23 years ago
|
Summary: Strict warning in viewSource.xul line 1 → Strict warning in viewSource.xul line 1 (redeclaration of const kIOServiceProgID)
Comment 1•23 years ago
|
||
dupe of 86238
*** This bug has been marked as a duplicate of 86238 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•