Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index b9388c09135b0a9845211f08b486b54535bc8c45..4400cb15e08166a04fc6e138db30ea485fdafad4 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -234,6 +234,7 @@ public: |
virtual void didDisplayInsecureContent() OVERRIDE { } |
virtual void didRunInsecureContent(SecurityOrigin*, const KURL&) OVERRIDE { } |
virtual void didDetectXSS(const KURL&, bool) OVERRIDE { } |
+ virtual void didDispatchPingLoader(const KURL&) OVERRIDE { } |
virtual PassRefPtr<Frame> createFrame(const KURL&, const String&, HTMLFrameOwnerElement*, const String&, bool, int, int) OVERRIDE; |
virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool) OVERRIDE; |
virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) OVERRIDE; |