Index: Source/core/html/HTMLModElement.idl |
diff --git a/Source/core/html/HTMLModElement.idl b/Source/core/html/HTMLModElement.idl |
index 2539f8efad70480de6942d632307259c4ca0632a..3c9bf9f97922121b83784561a8efc7e1668d2324 100644 |
--- a/Source/core/html/HTMLModElement.idl |
+++ b/Source/core/html/HTMLModElement.idl |
@@ -18,6 +18,6 @@ |
*/ |
interface HTMLModElement : HTMLElement { |
- [Reflect, URL, PerWorldBindings, LogActivity=SetterOnly] attribute DOMString cite; |
+ [Reflect, URL, LogActivity=SetterOnly] attribute DOMString cite; |
[Reflect] attribute DOMString dateTime; |
}; |