Closed
Bug 1295672
Opened 9 years ago
Closed 9 years ago
Bustage fix due to Bug 1294645 (Don't use NS_CALLBACK for callbacks in nsI{Input,Output,UnicharInput},Stream.idl)
Categories
(SeaMonkey :: Feed Discovery and Preview, defect)
Tracking
(seamonkey2.47 fixed)
RESOLVED
FIXED
seamonkey2.47
Tracking | Status | |
---|---|---|
seamonkey2.47 | --- | fixed |
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file)
2.96 KB,
patch
|
iannbugzilla
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
> - if (!method.Equals("GET")) {
> + if (!method.EqualsLiteral("GET")) {
Drive by fix for Bug 869836 - Part 6: Use EqualsLiteral instead of Equals
Attachment #8781660 -
Flags: review?(iann_bugzilla)
Comment on attachment 8781660 [details] [diff] [review]
Patch v1.0 Proposed fix.
r/a=me
Attachment #8781660 -
Flags: review?(iann_bugzilla) → review+
![]() |
||
Comment 3•9 years ago
|
||
Apologies for the bustage. The fix looks good.
![]() |
||
Comment 4•9 years ago
|
||
Pushed and closed:
https://hg.mozilla.org/comm-central/rev/2c7039e40182
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Updated•9 years ago
|
status-seamonkey2.47:
--- → fixed
Target Milestone: --- → seamonkey2.47
You need to log in
before you can comment on or make changes to this bug.
Description
•