summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLBaseFontElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLBaseFontElement.h')
-rw-r--r--WebCore/html/HTMLBaseFontElement.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/WebCore/html/HTMLBaseFontElement.h b/WebCore/html/HTMLBaseFontElement.h
index e76d07f..7573045 100644
--- a/WebCore/html/HTMLBaseFontElement.h
+++ b/WebCore/html/HTMLBaseFontElement.h
@@ -1,7 +1,7 @@
/*
* Copyright (C) 1999 Lars Knoll (knoll@kde.org)
* (C) 1999 Antti Koivisto (koivisto@kde.org)
- * Copyright (C) 2003, 2004, 2005, 2006, 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2003, 2004, 2005, 2006, 2009, 2010 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -29,14 +29,10 @@ namespace WebCore {
class HTMLBaseFontElement : public HTMLElement {
public:
- HTMLBaseFontElement(const QualifiedName&, Document*);
-
- int size() const;
- void setSize(int);
+ static PassRefPtr<HTMLBaseFontElement> create(const QualifiedName&, Document*);
private:
- virtual HTMLTagStatus endTagRequirement() const { return TagStatusForbidden; }
- virtual int tagPriority() const { return 0; }
+ HTMLBaseFontElement(const QualifiedName&, Document*);
};
} // namespace