Index: Source/WebCore/loader/EmptyClients.h |
=================================================================== |
--- Source/WebCore/loader/EmptyClients.h (revision 146918) |
+++ Source/WebCore/loader/EmptyClients.h (working copy) |
@@ -208,9 +208,6 @@ |
virtual bool shouldRubberBandInDirection(WebCore::ScrollDirection) const { return false; } |
virtual bool isEmptyChromeClient() const { return true; } |
- |
- virtual void didAssociateFormControls(const Vector<Element*>&) { } |
- virtual bool shouldNotifyOnFormChanges() { return false; } |
}; |
class EmptyFrameLoaderClient : public FrameLoaderClient { |