Closed Bug 509588 Opened 15 years ago Closed 15 years ago

IPDL skeleton code is wrong for constructors

Categories

(Core :: IPC, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED

People

(Reporter: bent.mozilla, Unassigned)

Details

NPObjectProtocolParent* ActorImpl::NPObjectConstructor(NPError* rv)
  {
    return NS_ERROR_NOT_IMPLEMENTED;
  }

Should return null and maybe add NS_NOTYETIMPLEMENTED("NPObjectConstructor") or something.
Pushed http://hg.mozilla.org/projects/electrolysis/rev/875b6b0d789d
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.