| Index: Source/core/loader/FrameLoaderClient.h
|
| diff --git a/Source/core/loader/FrameLoaderClient.h b/Source/core/loader/FrameLoaderClient.h
|
| index baa376ee58ac6a758a3423a033c6364ec13515e9..1165bef262fed53e7fb375db1fc5157b9b65a9dc 100644
|
| --- a/Source/core/loader/FrameLoaderClient.h
|
| +++ b/Source/core/loader/FrameLoaderClient.h
|
| @@ -144,7 +144,7 @@ namespace WebCore {
|
| // spread to other frames in the same origin.
|
| virtual void didRunInsecureContent(SecurityOrigin*, const KURL&) = 0;
|
| virtual void didDetectXSS(const KURL&, bool didBlockEntirePage) = 0;
|
| - virtual void didDispatchPingLoader(const KURL&) = 0;
|
| + virtual void didDispatchSimplexLoader(const KURL&) = 0;
|
|
|
| // Transmits the change in the set of watched CSS selectors property
|
| // that match any element on the frame.
|
|
|