summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Smith <brian@dbsoft.org>2022-08-18 17:57:47 -0500
committerBrian Smith <brian@dbsoft.org>2022-08-18 17:57:47 -0500
commit3596656ea4622777ec70558e64a7d70c3578bad7 (patch)
treea3cd57e09ce8baed66fb7e653ce5093ba4b6d285
parent10dbd42596d2465e7648f2826b4f6ad7645e2f77 (diff)
downloaduxp-3596656ea4622777ec70558e64a7d70c3578bad7.tar.gz
Issue #1990 - Part 3 - Fix build issue due to missing nsIThreadRetargetableStreamListener definition.
-rw-r--r--dom/base/EventSource.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dom/base/EventSource.cpp b/dom/base/EventSource.cpp
index b59fccd484..866ff1a91d 100644
--- a/dom/base/EventSource.cpp
+++ b/dom/base/EventSource.cpp
@@ -34,6 +34,7 @@
#include "nsIScriptObjectPrincipal.h"
#include "nsJSUtils.h"
#include "nsIThreadRetargetableRequest.h"
+#include "nsIThreadRetargetableStreamListener.h"
#include "nsIAsyncVerifyRedirectCallback.h"
#include "nsIScriptError.h"
#include "mozilla/dom/EncodingUtils.h"