Closed
Bug 1585553
Opened 6 years ago
Closed 6 years ago
Suspicious use of wchar_t in TextEventDispatcher.cpp
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Core
DOM: UI Events & Focus Handling
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: hsivonen, Assigned: hsivonen)
Details
Attachments
(1 file)
https://searchfox.org/mozilla-central/rev/f372e8a46ef7659ef61be9938ec2a3ea34d343c6/widget/TextEventDispatcher.cpp#576 uses wchar_t
. Shouldn't this be char16_t
?
Updated•6 years ago
|
Flags: needinfo?(masayuki)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → hsivonen
Status: NEW → ASSIGNED
Summary: Suspicious use of wchar_c in TextEventDispatcher.cpp → Suspicious use of wchar_t in TextEventDispatcher.cpp
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by hsivonen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bda0c57ed6dd
s/wchar_t/char16_t/ for a variable always initialized from char16_t. r=masayuki
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•