summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLModElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLModElement.h')
-rw-r--r--WebCore/html/HTMLModElement.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLModElement.h b/WebCore/html/HTMLModElement.h
index af003d7..7370320 100644
--- a/WebCore/html/HTMLModElement.h
+++ b/WebCore/html/HTMLModElement.h
@@ -32,12 +32,6 @@ class HTMLModElement : public HTMLElement {
public:
static PassRefPtr<HTMLModElement> create(const QualifiedName&, Document*);
- String cite() const;
- void setCite(const String&);
-
- String dateTime() const;
- void setDateTime(const String&);
-
private:
HTMLModElement(const QualifiedName&, Document*);