From e33a8ee184aff6f42c54336afd2545f62d1a109e Mon Sep 17 00:00:00 2001 From: "iposva@chromium.org" Date: Fri, 23 Jan 2009 17:48:58 +0000 Subject: [PATCH] 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 --- src/handles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handles.h b/src/handles.h index 130af02..dd453a7 100644 --- a/src/handles.h +++ b/src/handles.h @@ -85,7 +85,7 @@ class Handle { // Closes the given scope, but lets this handle escape. See // implementation in api.h. - inline Handle EscapeFrom(HandleScope* scope); + inline Handle EscapeFrom(v8::HandleScope* scope); private: T** location_; -- 2.7.4