Chromium Code Reviews| Index: src/frames.h |
| diff --git a/src/frames.h b/src/frames.h |
| index 0a5b60944264c480deeb18e76d1cf1cd58f6fec0..7e667a6acd293e9509348522d676f21aac1e72d8 100644 |
| --- a/src/frames.h |
| +++ b/src/frames.h |
| @@ -543,7 +543,7 @@ class JavaScriptFrame: public StandardFrame { |
| virtual Type type() const { return JAVA_SCRIPT; } |
| // Accessors. |
| - inline Object* function() const; |
| + inline JSFunction* function() const; |
| inline Object* receiver() const; |
| inline void set_receiver(Object* value); |