From: iposva@chromium.org Date: Fri, 23 Jan 2009 17:48:58 +0000 (+0000) Subject: Fix Windows build (maybe). X-Git-Tag: upstream/4.7.83~24755 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e33a8ee184aff6f42c54336afd2545f62d1a109e;p=platform%2Fupstream%2Fv8.git 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 --- diff --git a/src/handles.h b/src/handles.h index 130af0215..dd453a757 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_;