diff options
Diffstat (limited to 'WebCore/html/HTMLPlugInElement.h')
-rw-r--r-- | WebCore/html/HTMLPlugInElement.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/html/HTMLPlugInElement.h b/WebCore/html/HTMLPlugInElement.h index 6288e74..eadf38a 100644 --- a/WebCore/html/HTMLPlugInElement.h +++ b/WebCore/html/HTMLPlugInElement.h @@ -71,9 +71,6 @@ private: virtual RenderWidget* renderWidgetForJSBindings() const = 0; - virtual HTMLTagStatus endTagRequirement() const { return TagStatusRequired; } - virtual bool checkDTD(const Node* newChild); - virtual void updateWidget() { } protected: |