| Index: Source/core/html/HTMLIFrameElement.h
|
| diff --git a/Source/core/html/HTMLIFrameElement.h b/Source/core/html/HTMLIFrameElement.h
|
| index 5d9550dfa7b377a590251e68361ad7a5a363ea6b..3d126dd672075f3e9c29276fd15618e15f51dec4 100644
|
| --- a/Source/core/html/HTMLIFrameElement.h
|
| +++ b/Source/core/html/HTMLIFrameElement.h
|
| @@ -28,7 +28,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class HTMLIFrameElement : public HTMLFrameElementBase {
|
| +class HTMLIFrameElement FINAL : public HTMLFrameElementBase {
|
| public:
|
| static PassRefPtr<HTMLIFrameElement> create(const QualifiedName&, Document*);
|
|
|
|
|