Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index e786a9e93472d5ce71b8551c118b2720cfa898e1..d3cc808329b657687fa54ab70b802669827588d9 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -401,6 +401,7 @@ class Runtime : public AllStatic { |
// Support getting the characters in a string using [] notation as |
// in Firefox/SpiderMonkey, Safari and Opera. |
static Object* GetElementOrCharAt(Handle<Object> object, uint32_t index); |
+ static Object* GetElement(Handle<Object> object, uint32_t index); |
static Object* SetObjectProperty(Handle<Object> object, |
Handle<Object> key, |