Closed Bug 1048239 Opened 10 years ago Closed 10 years ago

Fix more bad implicit constructors in XPCOM

Categories

(Core :: XPCOM, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla34

People

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

References

Details

Attachments

(1 file)

No description provided.
Assignee: nobody → ehsan
Blocks: explicit
Attachment #8467029 - Flags: review?(nfroyd)
Comment on attachment 8467029 [details] [diff] [review] Fix more bad implicit constructors in XPCOM Review of attachment 8467029 [details] [diff] [review]: ----------------------------------------------------------------- ::: intl/unicharutil/nsSaveAsCharset.cpp @@ +355,5 @@ > mCharsetList.Clear(); > mCharsetListIndex = -1; > } > > + nsCWhitespaceTokenizer tokenizer((nsDependentCString(charsetList))); Is this a typo or some C++ variable-definitions-can-look-like-function-prototypes madness at work?
Attachment #8467029 - Flags: review?(nfroyd) → review+
(In reply to Nathan Froyd (:froydnj) from comment #2) > Comment on attachment 8467029 [details] [diff] [review] > Fix more bad implicit constructors in XPCOM > > Review of attachment 8467029 [details] [diff] [review]: > ----------------------------------------------------------------- > > ::: intl/unicharutil/nsSaveAsCharset.cpp > @@ +355,5 @@ > > mCharsetList.Clear(); > > mCharsetListIndex = -1; > > } > > > > + nsCWhitespaceTokenizer tokenizer((nsDependentCString(charsetList))); > > Is this a typo or some C++ > variable-definitions-can-look-like-function-prototypes madness at work? The latter.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Flags: qe-verify-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: