Skip to content

Commit

Permalink
bug 1561697: add mozilla::ipc::WriteIPDLParam to prefix list
Browse files Browse the repository at this point in the history
This adds mozilla::ipc::WriteIPDLParam to the prefix list so signature
generation continues beyond it. By itself, it's too general a bucket.  It'd
help to know what the T actually is, but that breaks normalization.  Continuing
to the next frame should clarify the bucket.
  • Loading branch information
willkg committed Jun 26, 2019
1 parent 3b05998 commit 33748f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions socorro/signature/siglists/prefix_signature_re.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ mozilla::ipc::RPCChannel::Call
mozilla::ipc::RPCChannel::CxxStackFrame::CxxStackFrame
mozilla::ipc::RPCChannel::EnteredCxxStack
mozilla::ipc::RPCChannel::Send
mozilla::ipc::WriteIPDLParam
mozilla::layers::CompositorD3D11::Failed
mozilla::layers::CompositorD3D11::HandleError
mozilla::SpinEventLoopUntil<T>
Expand Down

0 comments on commit 33748f6

Please sign in to comment.