mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-09 08:31:53 +02:00
Mac: Fix compile error due to revision 409 changes.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@411 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
64f91d5d9b
commit
08fcdfc9d1
@ -930,7 +930,7 @@ CefRefPtr<CefV8Value> CefV8ValueImpl::GetValue(int index)
|
|||||||
}
|
}
|
||||||
if (index < 0) {
|
if (index < 0) {
|
||||||
NOTREACHED() << "invalid input parameter";
|
NOTREACHED() << "invalid input parameter";
|
||||||
return false;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
v8::HandleScope handle_scope;
|
v8::HandleScope handle_scope;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user