Skip to content

Commit 8362865

Browse files
committed
Bug 1510724 Part 1 - Add accessor for wrapped PLDHashTable operations, r=froydnj.
--HG-- extra : rebase_source : 49cb109c6c0b630feab52e82a711249b5c2443ea
1 parent 6e2e2a7 commit 8362865

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

xpcom/ds/PLDHashTable.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,12 @@ class PLDHashTable {
435435
return mozilla::recordreplay::UnwrapPLDHashTableCallbacks(mOps);
436436
}
437437

438+
// Provide access to the raw ops to internal record/replay structures.
439+
const PLDHashTableOps* RecordReplayWrappedOps() const
440+
{
441+
return mOps;
442+
}
443+
438444
// Size in entries (gross, not net of free and removed sentinels) for table.
439445
// This can be zero if no elements have been added yet, in which case the
440446
// entry storage will not have yet been allocated.

0 commit comments

Comments
 (0)