Index: Source/bindings/core/v8/DOMWrapperWorld.cpp |
diff --git a/Source/bindings/core/v8/DOMWrapperWorld.cpp b/Source/bindings/core/v8/DOMWrapperWorld.cpp |
index a2f07b2418ce5cc96169d131722cb3a564c50f81..737f5c7913aafa41f95e14d3ee72a329260e3291 100644 |
--- a/Source/bindings/core/v8/DOMWrapperWorld.cpp |
+++ b/Source/bindings/core/v8/DOMWrapperWorld.cpp |
@@ -121,7 +121,7 @@ void DOMWrapperWorld::dispose() |
m_domDataStore.clear(); |
} |
-#ifndef NDEBUG |
+#if ENABLE(ASSERT) |
static bool isIsolatedWorldId(int worldId) |
{ |
return MainWorldId < worldId && worldId < IsolatedWorldIdLimit; |