From cebf7836f47cc1be7cb6b0516f3327387f93613c Mon Sep 17 00:00:00 2001
From: Yury Delendik <ydelendik@mozilla.com>
Date: Thu, 20 Mar 2014 18:50:34 -0500
Subject: [PATCH] Simulate support of the Int8Array for IE9

---
 web/compatibility.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/compatibility.js b/web/compatibility.js
index dd0edcf48..2ed06ac4b 100644
--- a/web/compatibility.js
+++ b/web/compatibility.js
@@ -85,6 +85,7 @@ if (typeof PDFJS === 'undefined') {
   }
 
   window.Uint8Array = TypedArray;
+  window.Int8Array = TypedArray;
 
   // we don't need support for set, byteLength for 32-bit array
   // so we can use the TypedArray as well