| Index: Source/web/WebPageSerializer.cpp
|
| diff --git a/Source/web/WebPageSerializer.cpp b/Source/web/WebPageSerializer.cpp
|
| index 921c28ab8875cfb99704503bae795c7152ae294e..964f85d0f06377ddf4bbc49f3fdb85c781dd18a7 100644
|
| --- a/Source/web/WebPageSerializer.cpp
|
| +++ b/Source/web/WebPageSerializer.cpp
|
| @@ -265,7 +265,7 @@ bool WebPageSerializer::retrieveAllResources(WebView* view,
|
| // A frame's src can point to the same URL as another resource, keep the
|
| // resource URL only in such cases.
|
| size_t index = frameKURLs.find(resourceKURLs[i]);
|
| - if (index != notFound)
|
| + if (index != kNotFound)
|
| frameKURLs.remove(index);
|
| }
|
| *resourceURLs = resultResourceURLs;
|
|
|