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)

x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: timeless, Assigned: timeless)

References

()

Details

Attachments

(1 file)

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.
Attachment #146293 - Flags: review+
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
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: