Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGScriptElement.idl
index bb4d7b2..08c871f 100644 (file)
@@ -24,7 +24,7 @@
  */
 
 interface SVGScriptElement : SVGElement {
-    attribute DOMString type;
+    [Reflect] attribute DOMString type;
 };
 
 SVGScriptElement implements SVGURIReference;