Permalink
1 comment
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
inspector: stop dragging platform pointer
It is now easily accessible from the Environment Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
- Loading branch information
Showing
with
26 additions
and 37 deletions.
- +9 −18 src/inspector_agent.cc
- +3 −5 src/inspector_agent.h
- +4 −4 src/inspector_io.cc
- +4 −4 src/inspector_io.h
- +1 −1 src/node.cc
- +4 −0 src/node.h
- +1 −5 src/node_platform.h
This comment has been minimized.
8941fb7
PR-URL: #21224