Commit e33a8ee1 authored by iposva@chromium.org's avatar iposva@chromium.org

Fix Windows build (maybe).

TBR=fqian

Review URL: http://codereview.chromium.org/18556

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1141 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent e718576d
......@@ -85,7 +85,7 @@ class Handle {
// Closes the given scope, but lets this handle escape. See
// implementation in api.h.
inline Handle<T> EscapeFrom(HandleScope* scope);
inline Handle<T> EscapeFrom(v8::HandleScope* scope);
private:
T** location_;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment