Closed Bug 515365 Opened 15 years ago Closed 15 years ago

IPDL: code generation wrong passing a protocol as a parameter

Categories

(Core :: IPC, defect)

x86
Windows NT
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: cjones)

References

Details

Attachments

(1 file)

When passing another protocol as a parameter, the code generation is wrong: it's passing around PStreamNotify as a c++ type instead of PStreamNotifyParent/Child pointers/references.

PPluginInstanceProtocol.h:

class Msg_PBrowserStreamConstructor :
    public IPC::Message
{
private:

public:
    enum {
        ID = Msg_PBrowserStreamConstructor__ID
    };
    Msg_PBrowserStreamConstructor(
            const nsCString& url,
            const uint32_t& length,
            const uint32_t& lastmodified,
            const PStreamNotify& notifyData,
            const nsCString& headers,
            const nsCString& mimeType,
            const bool& seekable,
            const mozilla::ipc::ActorHandle& __ah) :
Pushed http://hg.mozilla.org/projects/electrolysis/rev/6cc76fc77a13.

Again, there's a bug in a C++ concrete class preventing this patch from compiling, so I'm not sure it's 100% right.  Please reopen if not.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: