Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 1d0f1c1827b401a91e2816a4c70a63bc3e601266..749cb9fe9d656b1aeeed1b771393ab48bf58aa3f 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -2583,7 +2583,7 @@ void Genesis::InitializeGlobal(Handle<JSGlobalObject> global_object, |
false); |
SimpleInstallFunction(console, "clear", Builtins::kConsoleClear, 1, false); |
SimpleInstallFunction(console, "count", Builtins::kConsoleCount, 1, false); |
- SimpleInstallFunction(console, "assert", Builtins::kConsoleAssert, 1, |
+ SimpleInstallFunction(console, "assert", Builtins::kFastConsoleAssert, 1, |
false); |
SimpleInstallFunction(console, "markTimeline", |
Builtins::kConsoleMarkTimeline, 1, false); |