DCHECK in SyncInternalsMessageHandler::HandleGetAllNodes on iOS |
||
Issue descriptionHandleGetAllNodes hits DCHECK when extraction request_id: int request_id = 0; bool success = args->GetInteger(0, &request_id); DCHECK(success); The reason is that on iOS numeric values are passed to handlers as doubles. The fix is to use ExtractIntegerValue instead.
,
Feb 21 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Feb 21 2017