Closed Bug 904664 Opened 12 years ago Closed 12 years ago

FM Radio: typo in const name

Categories

(Core :: DOM: Device Interfaces, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla26

People

(Reporter: hub, Unassigned)

Details

Attachments

(1 file)

In FMRadio.cpp there is a constant named RADIO_DIABLED_EVENT_NAME while it should be RADIO_DISABLED_EVENT_NAME It is cosmetic and doesn't break the functionality, nor the API.
Comment on attachment 789643 [details] [diff] [review] Fix typo in const name. r= (using suggested to reviewer to request review)
Attachment #789643 - Flags: review?(dhylands)
Comment on attachment 789643 [details] [diff] [review] Fix typo in const name. r= Review of attachment 789643 [details] [diff] [review]: ----------------------------------------------------------------- r=me with nit addressed ::: dom/fm/FMRadio.cpp @@ +24,5 @@ > // If the pref is true, the antanna will be always available. > #define DOM_FM_ANTENNA_INTERNAL_PREF "dom.fm.antenna.internal" > > #define RADIO_SEEK_COMPLETE_EVENT_NAME NS_LITERAL_STRING("seekcomplete") > +#define RADIO_DISABLED_EVENT_NAME NS_LITERAL_STRING("disabled") nit: fix alignment of NS_LITERAL_STRING
Attachment #789643 - Flags: review?(dhylands) → review+
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: