Closed Bug 1061009 Opened 10 years ago Closed 10 years ago

Fix more bad implicit constructors in a11y

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla35

People

(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)

References

Details

Attachments

(1 file)

No description provided.
Assignee: nobody → ehsan.akhgari
Blocks: explicit
Attachment #8482015 - Flags: review?(trev.saunders)
Attachment #8482015 - Flags: review?(trev.saunders) → review+
Comment on attachment 8482015 [details] [diff] [review] Fix more bad implicit constructors in a11y > class xpcAccessibleTable > { > public: >- xpcAccessibleTable(mozilla::a11y::TableAccessible* aTable) : mTable(aTable) { } >+ explicit xpcAccessibleTable(mozilla::a11y::TableAccessible* aTable) : mTable(aTable) { } really long line, please break it. >+++ b/accessible/xpcom/xpcAccessibleTableCell.h >@@ -20,17 +20,17 @@ class TableCellAccessible; > > /** > * This class provides an implementation of the nsIAccessibleTableCell > * interface's methods. > */ > class xpcAccessibleTableCell > { > public: >- xpcAccessibleTableCell(mozilla::a11y::TableCellAccessible* aTableCell) : >+ explicit xpcAccessibleTableCell(mozilla::a11y::TableCellAccessible* aTableCell) : > mTableCell(aTableCell) { } same
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
I'm sorry, I didn't see the review comments... Addressed them here: https://hg.mozilla.org/integration/mozilla-inbound/rev/8916e598fa3f
Flags: qe-verify-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: