summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js')
-rw-r--r--src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js b/src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js
index 79b4fc08c7..21ef601a5f 100644
--- a/src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js
+++ b/src/plugins/platforms/pepper/3rdparty/pepper.js/testing.js
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+var ENVIRONMENT_IS_PTHREAD; // is set to true in pthread-main.js if we are in a worker
+if(!ENVIRONMENT_IS_PTHREAD) {
+
(function() {
var Testing_Dev_ReadImageData = function(device_context_2d, image, top_left) {
@@ -53,3 +56,5 @@
Testing_Dev_SetMinimumArrayBufferSizeForShmem,
]);
})();
+
+}