Closed Bug 757694 Opened 13 years ago Closed 13 years ago

Fix line endings in nsHTMLTextAreaElement.cpp

Categories

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

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla15

People

(Reporter: fryn, Assigned: fryn)

References

Details

Attachments

(1 file)

Attached patch patchSplinter Review
Fix bad line endings in nsHTMLTextAreaElement.cpp caused by patch in bug 722599.
Attachment #626284 - Flags: review?(mounir)
Comment on attachment 626284 [details] [diff] [review] patch Review of attachment 626284 [details] [diff] [review]: ----------------------------------------------------------------- ::: content/html/content/src/nsHTMLTextAreaElement.cpp @@ +712,5 @@ > + // Dispatch the change event. > + mFocusedValue = value; > + nsContentUtils::DispatchTrustedEvent(OwnerDoc(), > + static_cast<nsIContent*>(this), > + NS_LITERAL_STRING("change"), true, As long as you are here, could you remove the trailing whitespace?
Attachment #626284 - Flags: review?(mounir) → review+
(In reply to Mounir Lamouri (:volkmar) (:mounir) from comment #1) > As long as you are here, could you remove the trailing whitespace? I did remove the trailing whitespace.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla15
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: