Black-box self hosted functions (bug 933738); r=fitzgen

This commit is contained in:
Panos Astithas 2013-11-19 10:37:04 -08:00
parent a546d9ed17
commit edfbec9f31

View File

@ -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 = {