diff options
Diffstat (limited to 'js/test/Common/ControllerI.js')
-rw-r--r-- | js/test/Common/ControllerI.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/test/Common/ControllerI.js b/js/test/Common/ControllerI.js index d758fe65383..f83b3fc7083 100644 --- a/js/test/Common/ControllerI.js +++ b/js/test/Common/ControllerI.js @@ -33,7 +33,7 @@ function isWindows() return navigator.userAgent.indexOf("Windows") != -1; } -class ProcessI extends Test.Common._ProcessDisp +class ProcessI extends Test.Common.Process { constructor(promise, output) { @@ -64,7 +64,7 @@ class ProcessI extends Test.Common._ProcessDisp } }; -class ProcessControllerI extends Test.Common._ProcessControllerDisp +class ProcessControllerI extends Test.Common.ProcessController { constructor(output, logger, useWorker, scripts) { |