summaryrefslogtreecommitdiff
path: root/Source/WebCore/html/HTMLAppletElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLAppletElement.h')
-rw-r--r--Source/WebCore/html/HTMLAppletElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLAppletElement.h b/Source/WebCore/html/HTMLAppletElement.h
index ee4e30cf0..4c7275c72 100644
--- a/Source/WebCore/html/HTMLAppletElement.h
+++ b/Source/WebCore/html/HTMLAppletElement.h
@@ -39,7 +39,7 @@ private:
virtual bool rendererIsNeeded(const NodeRenderingContext&) OVERRIDE;
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) OVERRIDE;
- virtual RenderWidget* renderWidgetForJSBindings();
+ virtual RenderWidget* renderWidgetForJSBindings() const;
virtual void updateWidget(PluginCreationOption) OVERRIDE;
bool canEmbedJava() const;