Index: third_party/WebKit/Source/bindings/core/v8/ScriptFunction.cpp |
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptFunction.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptFunction.cpp |
index 1c448de612e32a9f1492748b19058c7db62af6e5..f9ee2452e3eedb0ae374053dfe7f5c021f63e443 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptFunction.cpp |
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptFunction.cpp |
@@ -9,7 +9,7 @@ |
namespace blink { |
v8::Local<v8::Function> ScriptFunction::bindToV8Function() { |
-#if ENABLE(ASSERT) |
+#if DCHECK_IS_ON() |
DCHECK(!m_bindToV8FunctionAlreadyCalled); |
m_bindToV8FunctionAlreadyCalled = true; |
#endif |