Closed
Bug 757694
Opened 13 years ago
Closed 13 years ago
Fix line endings in nsHTMLTextAreaElement.cpp
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: fryn, Assigned: fryn)
References
Details
Attachments
(1 file)
1.87 KB,
patch
|
mounir
:
review+
|
Details | Diff | Splinter Review |
Fix bad line endings in nsHTMLTextAreaElement.cpp caused by patch in bug 722599.
Attachment #626284 -
Flags: review?(mounir)
Comment 1•13 years ago
|
||
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+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
(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.
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
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.
Description
•