Index: Source/core/dom/ScriptRunner.cpp |
diff --git a/Source/core/dom/ScriptRunner.cpp b/Source/core/dom/ScriptRunner.cpp |
index 612aaf873cc44c771c38b4b4c59c113313235541..bf1d254109b5e31a144b5a34c76757f11e28ef42 100644 |
--- a/Source/core/dom/ScriptRunner.cpp |
+++ b/Source/core/dom/ScriptRunner.cpp |
@@ -50,6 +50,9 @@ ScriptRunner::ScriptRunner(Document* document) |
, m_executeScriptsTaskFactory(WTF::bind(&ScriptRunner::executeScripts, this)) |
{ |
ASSERT(document); |
+#if ENABLE(LAZY_SWEEPING) && defined(ADDRESS_SANITIZER) |
+ m_executeScriptsTaskFactory.setUnpoisonBeforeUpdate(); |
+#endif |
} |
ScriptRunner::~ScriptRunner() |