| Index: Source/weborigin/SecurityPolicy.cpp
|
| diff --git a/Source/weborigin/SecurityPolicy.cpp b/Source/weborigin/SecurityPolicy.cpp
|
| index 563760d445e7dddab80688da112a7301dcf7adee..255374a308b846af3268b60f99017ca58182416f 100644
|
| --- a/Source/weborigin/SecurityPolicy.cpp
|
| +++ b/Source/weborigin/SecurityPolicy.cpp
|
| @@ -137,7 +137,7 @@ void SecurityPolicy::removeOriginAccessWhitelistEntry(const SecurityOrigin& sour
|
|
|
| OriginAccessWhiteList* list = it->value.get();
|
| size_t index = list->find(OriginAccessEntry(destinationProtocol, destinationDomain, allowDestinationSubdomains ? OriginAccessEntry::AllowSubdomains : OriginAccessEntry::DisallowSubdomains));
|
| - if (index == notFound)
|
| + if (index == kNotFound)
|
| return;
|
|
|
| list->remove(index);
|
|
|