From dfbcb7c596efebb48400b4eaf964f0405d140c7a Mon Sep 17 00:00:00 2001 From: Jason Orendorff Date: Thu, 20 Sep 2018 18:04:41 +0000 Subject: [PATCH] Bug 1492872 - Remove JSProto_Iterator. r=jwalden Differential Revision: https://phabricator.services.mozilla.com/D6405 --HG-- extra : moz-landing-system : lando --- js/public/ProtoKey.h | 1 - 1 file changed, 1 deletion(-) diff --git a/js/public/ProtoKey.h b/js/public/ProtoKey.h index 3a48033b850c..88c68aba4de6 100644 --- a/js/public/ProtoKey.h +++ b/js/public/ProtoKey.h @@ -78,7 +78,6 @@ real(CompileError, InitViaClassSpec, ERROR_CLASP(JSEXN_WASMCOMPILEERROR)) \ real(LinkError, InitViaClassSpec, ERROR_CLASP(JSEXN_WASMLINKERROR)) \ real(RuntimeError, InitViaClassSpec, ERROR_CLASP(JSEXN_WASMRUNTIMEERROR)) \ - imaginary(Iterator, dummy, dummy) \ real(ArrayBuffer, InitViaClassSpec, OCLASP(ArrayBuffer)) \ real(Int8Array, InitViaClassSpec, TYPED_ARRAY_CLASP(Int8)) \ real(Uint8Array, InitViaClassSpec, TYPED_ARRAY_CLASP(Uint8)) \