Issue #1587 followup - Improve resilience of AbortSignals.

This commit is contained in:
Moonchild 2020-08-28 18:15:27 +00:00 • committed by Roy Tam
commit 589e9b77ae
2 changed files with 9 additions and 2 deletions

View file

@ -14,7 +14,7 @@ EXPORTS.mozilla.dom += [
'AbortSignal.h',
]
UNIFIED_SOURCES += [
SOURCES += [
'AbortController.cpp',
'AbortSignal.cpp',
]