mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 788460a4 (#345352)
- Mac: 10.10 SDK is now required for building (see http://crbug.com/463170#c63). Older SDKs can be used for a short time by setting mac_sdk_min via GYP_DEFINES.
This commit is contained in:
@ -32,8 +32,8 @@ class Delegate : public InternalHandlerDelegate {
|
||||
path = path.substr(1);
|
||||
|
||||
for (size_t i = 0; i < kDevtoolsResourcesSize; ++i) {
|
||||
if (base::strcasecmp(kDevtoolsResources[i].name,
|
||||
path.c_str()) == 0) {
|
||||
if (base::EqualsCaseInsensitiveASCII(kDevtoolsResources[i].name,
|
||||
path.c_str())) {
|
||||
action->resource_id = kDevtoolsResources[i].value;
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user