Index: Source/WebCore/page/ChromeClient.h |
=================================================================== |
--- Source/WebCore/page/ChromeClient.h (revision 146918) |
+++ Source/WebCore/page/ChromeClient.h (working copy) |
@@ -382,9 +382,6 @@ |
// FIXME: Port should return true using heuristic based on scrollable(RenderBox). |
virtual bool shouldAutoscrollForDragAndDrop(RenderBox*) const { return false; } |
- virtual void didAssociateFormControls(const Vector<Element*>&) { }; |
- virtual bool shouldNotifyOnFormChanges() { return false; }; |
- |
protected: |
virtual ~ChromeClient() { } |
}; |