mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
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:
parent
2598480d9d
commit
eeebf20699
@ -1,3 +1,6 @@
|
||||
if (!this.hasOwnProperty("TypedObject"))
|
||||
quit();
|
||||
|
||||
var T = TypedObject;
|
||||
ValueStruct = new T.StructType({
|
||||
f: T.int32,
|
||||
|
Loading…
Reference in New Issue
Block a user