Try fix win64 build.
TBR=erik.corry Review URL: http://codereview.chromium.org/3446015 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5500 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
a6bbe9820e
commit
d80c627875
@ -1354,7 +1354,8 @@ static Handle<JSObject> ResolveCustomCallGeneratorHolder(
|
||||
GetProperty(global, Factory::LookupAsciiSymbol(holder_expr)));
|
||||
}
|
||||
ASSERT_EQ(".prototype", period_pos);
|
||||
Vector<const char> property(holder_expr, period_pos - holder_expr);
|
||||
Vector<const char> property(holder_expr,
|
||||
static_cast<int>(period_pos - holder_expr));
|
||||
Handle<JSFunction> function = Handle<JSFunction>::cast(
|
||||
GetProperty(global, Factory::LookupSymbol(property)));
|
||||
return Handle<JSObject>(JSObject::cast(function->prototype()));
|
||||
|
Loading…
Reference in New Issue
Block a user