Index: src/builtins.cc |
diff --git a/src/builtins.cc b/src/builtins.cc |
index d0c19e50426cb52c4e17aea3ecee0afbdb9ce4e3..f9216403c8d2610db4c065ee328dea109fa1f889 100644 |
--- a/src/builtins.cc |
+++ b/src/builtins.cc |
@@ -1562,7 +1562,7 @@ void Builtins::SetUp(Isolate* isolate, bool create_heap_objects) { |
// Move the code into the object heap. |
CodeDesc desc; |
masm.GetCode(&desc); |
- Code::Flags flags = functions[i].flags; |
+ Code::Flags flags = functions[i].flags; |
Handle<Code> code = |
isolate->factory()->NewCode(desc, flags, masm.CodeObject()); |
// Log the event and add the code to the builtins array. |