Skip to content

Commit

Permalink
bug 1340579 - add another diagnostic assert r=davidb
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsaunde committed Feb 22, 2017
1 parent b2600d1 commit c886524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accessible/ipc/DocAccessibleParent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ DocAccessibleParent::AddChildDoc(DocAccessibleParent* aChildDoc,
mozilla::ipc::IPCResult
DocAccessibleParent::RecvShutdown()
{
MOZ_DIAGNOSTIC_ASSERT(LiveDocs().Contains(IProtocol::Id()));
Destroy();

auto mgr = static_cast<dom::TabParent*>(Manager());
Expand Down

0 comments on commit c886524

Please sign in to comment.