Closed Bug 616206 Opened 15 years ago Closed 15 years ago

constructor init lists out of order in dom/ipc/ContentChild.cpp, dom/ipc/TabParent.cpp

Categories

(Core :: IPC, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: dholbert, Assigned: dholbert)

Details

(Whiteboard: [build_warning])

Attachments

(1 file)

Attached patch fixSplinter Review
Filing bug on these warnings: > dom/ipc/ContentChild.cpp: In constructor 'mozilla::dom::AlertObserver::AlertObserver(nsIObserver*, const nsString&)': > dom/ipc/ContentChild.cpp:144:14: warning: 'mozilla::dom::AlertObserver::mData' will be initialized after > dom/ipc/ContentChild.cpp:143:27: warning: 'nsCOMPtr<nsIObserver> mozilla::dom::AlertObserver::mObserver' > dom/ipc/ContentChild.cpp:116:5: warning: when initialized here > dom/ipc/TabParent.h: In constructor 'mozilla::dom::TabParent::TabParent()': > dom/ipc/TabParent.h:205:18: warning: 'mozilla::dom::TabParent::mIMECompositionEnding' will be initialized after > dom/ipc/TabParent.h:204:18: warning: 'PRPackedBool mozilla::dom::TabParent::mIMEComposing' > dom/ipc/TabParent.cpp:88:1: warning: when initialized here Trivial patch attached.
Attachment #494760 - Flags: review?(doug.turner)
Attachment #494760 - Flags: approval2.0?
Assignee: nobody → dholbert
Attachment #494760 - Flags: review?(doug.turner)
Attachment #494760 - Flags: review+
Attachment #494760 - Flags: approval2.0?
Attachment #494760 - Flags: approval2.0+
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: