Chromium Code Reviews| Index: src/frames.h |
| diff --git a/src/frames.h b/src/frames.h |
| index 6ae143cc070c65b8b378686cb38164a3613f07ae..992f3ba48ac2631f99623d651ab57d4985f2daba 100644 |
| --- a/src/frames.h |
| +++ b/src/frames.h |
| @@ -547,7 +547,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); |