Index: third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp |
index d3ece36b6b92c158a17047504dc325f8398f7b8f..eac486e780f17b6797abf8e05478a02b0de39fc8 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp |
@@ -193,7 +193,7 @@ void DOMWrapperWorld::dispose() { |
m_domDataStore.reset(); |
} |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
static bool isIsolatedWorldId(int worldId) { |
return MainWorldId < worldId && worldId < IsolatedWorldIdLimit; |
} |