mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Black-box self hosted functions (bug 933738); r=fitzgen
This commit is contained in:
parent
a546d9ed17
commit
edfbec9f31
@ -3902,7 +3902,7 @@ function ThreadSources(aThreadActor, aUseSourceMaps, aAllowPredicate,
|
||||
* Must be a class property because it needs to persist across reloads, same as
|
||||
* the breakpoint store.
|
||||
*/
|
||||
ThreadSources._blackBoxedSources = new Set();
|
||||
ThreadSources._blackBoxedSources = new Set(["self-hosted"]);
|
||||
ThreadSources._prettyPrintedSources = new Map();
|
||||
|
||||
ThreadSources.prototype = {
|
||||
|
Loading…
Reference in New Issue
Block a user