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)
Core
IPC
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
1.24 KB,
patch
|
dougt
:
review+
dougt
:
approval2.0+
|
Details | Diff | Splinter 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 | ||
Updated•15 years ago
|
Assignee: nobody → dholbert
Updated•15 years ago
|
Attachment #494760 -
Flags: review?(doug.turner)
Attachment #494760 -
Flags: review+
Attachment #494760 -
Flags: approval2.0?
Attachment #494760 -
Flags: approval2.0+
Comment 1•15 years ago
|
||
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.
Description
•