aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLScriptElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLScriptElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLScriptElement.webidl3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLScriptElement.webidl b/components/script/dom/webidls/HTMLScriptElement.webidl
index 260850fa78c..447c01d2bfc 100644
--- a/components/script/dom/webidls/HTMLScriptElement.webidl
+++ b/components/script/dom/webidls/HTMLScriptElement.webidl
@@ -5,8 +5,7 @@
// http://www.whatwg.org/html/#htmlscriptelement
interface HTMLScriptElement : HTMLElement {
- // attribute DOMString src;
- readonly attribute DOMString src;
+ attribute DOMString src;
// attribute DOMString type;
// attribute DOMString charset;
// attribute boolean async;