Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 95696a3c9c1aa788ca359c95bef69a03c03f21c2..d231c0abf4c55a47516ad3bf76b3bfcfd0726397 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -1172,10 +1172,6 @@ class Runtime : public AllStatic { |
Isolate* isolate, Handle<Object> object, Handle<Object> key, |
LanguageMode language_mode = SLOPPY); |
- MUST_USE_RESULT static MaybeHandle<Object> KeyedGetObjectProperty( |
- Isolate* isolate, Handle<Object> receiver_obj, Handle<Object> key_obj, |
- LanguageMode language_mode); |
- |
enum TypedArrayId { |
// arrayIds below should be synchronized with typedarray.js natives. |
ARRAY_ID_UINT8 = 1, |