summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLScriptElement.h')
-rw-r--r--WebCore/html/HTMLScriptElement.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/WebCore/html/HTMLScriptElement.h b/WebCore/html/HTMLScriptElement.h
index 3c8e8ce..b18278d 100644
--- a/WebCore/html/HTMLScriptElement.h
+++ b/WebCore/html/HTMLScriptElement.h
@@ -38,26 +38,7 @@ public:
String text() const;
void setText(const String&);
- String htmlFor() const;
- void setHtmlFor(const String&);
-
- String event() const;
- void setEvent(const String&);
-
- String charset() const;
- void setCharset(const String&);
-
- bool async() const;
- void setAsync(bool);
-
- bool defer() const;
- void setDefer(bool);
-
KURL src() const;
- void setSrc(const String&);
-
- String type() const;
- void setType(const String&);
virtual String scriptCharset() const;