| Index: Source/core/html/HTMLAppletElement.h
|
| diff --git a/Source/core/html/HTMLAppletElement.h b/Source/core/html/HTMLAppletElement.h
|
| index 41c5193a81e12d9da1c35413e9b281376da77831..063b6418c817d4abe2c8f5adf9bbfd98b4a6c07b 100644
|
| --- a/Source/core/html/HTMLAppletElement.h
|
| +++ b/Source/core/html/HTMLAppletElement.h
|
| @@ -41,6 +41,7 @@ private:
|
|
|
| virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| + virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
|
|
| virtual bool rendererIsNeeded(const RenderStyle&) OVERRIDE;
|
| virtual RenderObject* createRenderer(RenderStyle*) OVERRIDE;
|
|
|