Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 0d776b6c960d017b68b4f34683818dfa6673d26f..0a0afc03b650c208a81163a64ac0e9b57b960260 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -1,4 +1,4 @@ |
-// Copyright 2010 the V8 project authors. All rights reserved. |
+// Copyright 2011 the V8 project authors. All rights reserved. |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
@@ -92,7 +92,7 @@ namespace internal { |
F(CompileForOnStackReplacement, 1, 1) \ |
F(SetNewFunctionAttributes, 1, 1) \ |
F(AllocateInNewSpace, 1, 1) \ |
- F(SetES5Flag, 1, 1) \ |
+ F(SetNativeFlag, 1, 1) \ |
\ |
/* Array join support */ \ |
F(PushIfAbsent, 2, 1) \ |