| Index: Source/WebCore/html/HTMLFrameElementBase.h
|
| ===================================================================
|
| --- Source/WebCore/html/HTMLFrameElementBase.h (revision 148876)
|
| +++ Source/WebCore/html/HTMLFrameElementBase.h (working copy)
|
| @@ -59,6 +59,8 @@
|
| virtual void setFocus(bool) OVERRIDE;
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| + virtual bool isHTMLContentAttribute(const Attribute&) const OVERRIDE;
|
| +
|
| virtual bool isFrameElementBase() const { return true; }
|
|
|
| virtual bool areAuthorShadowsAllowed() const OVERRIDE { return false; }
|
|
|