diff options
author | Trevor Norris <trev.norris@gmail.com> | 2013-07-22 15:26:27 -0700 |
---|---|---|
committer | Trevor Norris <trev.norris@gmail.com> | 2013-07-22 15:53:10 -0700 |
commit | 5777d7ab3038983d368046ab40eb34075f635348 (patch) | |
tree | da7c01759b83e7afa463cbaac095a051f158eb44 /deps/v8/src/frames.h | |
parent | 254b711155996e379a41a569a38dd98dbd7a6e47 (diff) | |
download | node-new-5777d7ab3038983d368046ab40eb34075f635348.tar.gz |
v8: upgrade to v8 3.20.7
Diffstat (limited to 'deps/v8/src/frames.h')
-rw-r--r-- | deps/v8/src/frames.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/frames.h b/deps/v8/src/frames.h index 0a5b609442..7e667a6acd 100644 --- a/deps/v8/src/frames.h +++ b/deps/v8/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); |