summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dom/base/EventSource.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dom/base/EventSource.cpp b/dom/base/EventSource.cpp
index 32329098e2..06cabc3098 100644
--- a/dom/base/EventSource.cpp
+++ b/dom/base/EventSource.cpp
@@ -190,7 +190,6 @@ public:
bool IsClosed()
{
- MutexAutoLock lock(mMutex);
return ReadyState() == CLOSED;
}