Closed
Bug 1218712
Opened 9 years ago
Closed 9 years ago
Should print the correct log for port in |TCPPresentationServer.startService|
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 1217807
People
(Reporter: CuveeHsu, Unassigned)
Details
(Whiteboard: [good first bug])
In dom/presentation/provider/TCPPresentationServer.js
|log("TCPPresentationServer - service start on port: " + aPort)| in |startService| indicates the port is |aPort|. However, it's |this._port|. We should print the correct log.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•