mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-12 06:52:25 +00:00
99e5f4a2e6
Similar to part 1, this change enables the strings passed to ProtocolErrorBreakpoint to be collapsed into a single string, saving ~60K of read-only data (!). This change does affect debuggability slightly, but given that ProtocolErrorBreakpoint only tries to throw the passed-in string to stderr, I don't think it's a huge deal.