summaryrefslogtreecommitdiffstats
path: root/dom/base/File.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/File.cpp')
-rwxr-xr-xdom/base/File.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/base/File.cpp b/dom/base/File.cpp
index 8602a3064..7d86dfe8a 100755
--- a/dom/base/File.cpp
+++ b/dom/base/File.cpp
@@ -912,7 +912,7 @@ BlobImplFile::GetType(nsAString& aType)
new GetTypeRunnable(workerPrivate, this);
ErrorResult rv;
- runnable->Dispatch(rv);
+ runnable->Dispatch(Terminating, rv);
if (NS_WARN_IF(rv.Failed())) {
rv.SuppressException();
}