Bug 1247862 - Guard against TypedObject being unavailable on !NIGHTLY_BUILD. r=sfink

--HG--
extra : rebase_source : 77e0d45b6cb3b9a49c41ae40228835cb982e94df
extra : amend_source : 5cd0aaf6c08b627bff420c90059ab620b4874b73
This commit is contained in:
Ryan VanderMeulen 2016-03-01 21:32:48 -05:00
parent 2598480d9d
commit eeebf20699

View File

@ -1,3 +1,6 @@
if (!this.hasOwnProperty("TypedObject"))
quit();
var T = TypedObject; var T = TypedObject;
ValueStruct = new T.StructType({ ValueStruct = new T.StructType({
f: T.int32, f: T.int32,