Index: src/objects.cc |
diff --git a/src/objects.cc b/src/objects.cc |
index 075a738d2ccf742f635d60e0cb13c49d9219d9fa..cb812642842c87aae945048874cab7cc827ee889 100644 |
--- a/src/objects.cc |
+++ b/src/objects.cc |
@@ -12987,7 +12987,7 @@ void JSFunction::EnsureHasInitialMap(Handle<JSFunction> function) { |
// The constructor should be compiled for the optimization hints to be |
// available. |
- Compiler::Compile(function, CLEAR_EXCEPTION); |
+ Compiler::Compile(function, Compiler::CLEAR_EXCEPTION); |
// First create a new map with the size and number of in-object properties |
// suggested by the function. |