Closed Bug 1118546 Opened 11 years ago Closed 11 years ago

Mark virtual overridden functions as MOZ_OVERRIDE in dom/events; r=baku

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla37

People

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

References

Details

Attachments

(1 file)

No description provided.
Assignee: nobody → ehsan
Comment on attachment 8544907 [details] [diff] [review] Mark virtual overridden functions as MOZ_OVERRIDE in dom/events Review of attachment 8544907 [details] [diff] [review]: ----------------------------------------------------------------- ::: dom/events/Event.h @@ +292,5 @@ > NS_FORWARD_NSIDOMEVENT(Event::) > > #define NS_FORWARD_NSIDOMEVENT_NO_SERIALIZATION_NO_DUPLICATION(_to) \ > + NS_IMETHOD GetType(nsAString& aType) MOZ_OVERRIDE { return _to GetType(aType); } \ > + NS_IMETHOD GetTarget(nsIDOMEventTarget * *aTarget) MOZ_OVERRIDE { return _to GetTarget(aTarget); } \ ** can you fix the & and * in this list of methods?
Attachment #8544907 - Flags: review?(amarchesini) → review+
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: