forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1652624 - Part 2: Avoid direct getPrivate usage on debugger child…
…ren. r=arai Calling `getPrivate` directly spreads implementation details of the Debugger wrapper types across multiple files in a way that is ugly and complicates the implementation. We can easily avoid that by making the existing referent functions public. Differential Revision: https://phabricator.services.mozilla.com/D83443
- Loading branch information
1 parent
d1cbf77
commit f09b8d1
Showing
3 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters