Closed
Bug 240727
Opened 21 years ago
Closed 21 years ago
soapcall example should use (new XMLSerializer()).serializeToString(...) instead of new XMLSerializer().serializeToString(...)
Categories
(Core Graveyard :: Web Services, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file)
647 bytes,
patch
|
doronr
:
review+
|
Details | Diff | Splinter Review |
the syntax happens to work in gecko, i'm not sure why, but it isn't right. changing it to use ()s lets the test work in xpcshell and doesn't hurt gecko, so it's the right thing to do. thanks to shaver for spotting the silliness.
Updated•21 years ago
|
Attachment #146293 -
Flags: review+
Updated•21 years ago
|
Summary: soapcall example should use (new XMLSerializer()).serializeToString(...) instead of new XMLSerializer()).serializeToString(...) → soapcall example should use (new XMLSerializer()).serializeToString(...) instead of new XMLSerializer().serializeToString(...)
mozilla/extensions/webservices/soap/tests/soapcall.html 1.12
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•