Index: Source/core/loader/EmptyClients.h |
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h |
index b36f1fc86c08c2740e770e04c3ecec57dfbb98d5..0336b5bb8c5cb6f556b622418a013b8277c8aa82 100644 |
--- a/Source/core/loader/EmptyClients.h |
+++ b/Source/core/loader/EmptyClients.h |
@@ -253,6 +253,9 @@ public: |
virtual void didDisplayInsecureContent() OVERRIDE { } |
virtual void didRunInsecureContent(SecurityOrigin*, const KURL&) OVERRIDE { } |
virtual void didDetectXSS(const KURL&, bool) OVERRIDE { } |
+#if ENABLE(CSS_CALLBACKS) |
+ virtual void selectorMatchChanged(const Vector<String>&, const Vector<String>&) OVERRIDE { } |
+#endif |
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; |