summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/Util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Util.py b/scripts/Util.py
index 261bda68bd9..950592fbad7 100644
--- a/scripts/Util.py
+++ b/scripts/Util.py
@@ -2849,6 +2849,7 @@ class BrowserProcessController(RemoteProcessController):
raise ex
def destroy(self, driver):
+ RemoteProcessController.destroy(self, driver)
if self.httpServer:
self.httpServer.terminate()
self.httpServer = None