Closed Bug 1093839 Opened 10 years ago Closed 10 years ago

nsDocShell::SerializeJSValVariant declared but not defined

Categories

(Core :: DOM: Navigation, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla36

People

(Reporter: tromey, Assigned: tromey)

Details

Attachments

(1 file)

nsDocShell.h has:

    // Tries to serialize a given variant using structured clone.  This only
    // works if the variant is backed by a JSVal.
    nsresult SerializeJSValVariant(JSContext *aCx, nsIVariant *aData,
                                   nsAString &aResult);

However this is never defined anywhere.
I think it's just a leftover, though I didn't dig to find out
when it was removed.

Patch to follow.
This removes the declaration.  Tested by rebuilding.
Assignee: nobody → ttromey
Attachment #8516943 - Flags: review?(bugs)
Attachment #8516943 - Flags: review?(bugs) → review+
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/71c607c0f4f2
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Flags: qe-verify-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: