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:
Marshall Greenblatt 2011-12-08 13:15:55 +00:00
parent 64f91d5d9b
commit 08fcdfc9d1
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ CefRefPtr<CefV8Value> CefV8ValueImpl::GetValue(int index)
}
if (index < 0) {
NOTREACHED() << "invalid input parameter";
return false;
return NULL;
}
v8::HandleScope handle_scope;