Index: Source/core/html/HTMLModElement.idl |
diff --git a/Source/core/html/HTMLModElement.idl b/Source/core/html/HTMLModElement.idl |
index ccb8da4664703359ef3d4bc207f265ff9efc3491..df151a0c295df8ba51ace9e167a14ac93aef06f6 100644 |
--- a/Source/core/html/HTMLModElement.idl |
+++ b/Source/core/html/HTMLModElement.idl |
@@ -18,7 +18,7 @@ |
*/ |
interface HTMLModElement : HTMLElement { |
- [Reflect, URL] attribute DOMString cite; |
- [Reflect] attribute DOMString dateTime; |
+ [Reflect, TreatNullAs=NullString, URL] attribute DOMString cite; |
+ [Reflect, TreatNullAs=NullString] attribute DOMString dateTime; |
}; |