Chromium Code Reviews| Index: src/ic/ic.h |
| diff --git a/src/ic/ic.h b/src/ic/ic.h |
| index 7e3b17095e8366a9998d34d488e3d80d50ce312e..5859d637cfc3e53c443c22d2a675d9ceff2340f1 100644 |
| --- a/src/ic/ic.h |
| +++ b/src/ic/ic.h |
| @@ -57,8 +57,6 @@ class IC { |
| bool IsCallStub() const { return target()->is_call_stub(); } |
| #endif |
| - static inline JSFunction* GetRootConstructor(Map* receiver_map, |
| - Context* native_context); |
| static inline Handle<Map> GetHandlerCacheHolder(Handle<Map> receiver_map, |
| bool receiver_is_holder, |
| Isolate* isolate, |