diff options
Diffstat (limited to 'Source/WebCore/html/HTMLFrameElement.idl')
-rw-r--r-- | Source/WebCore/html/HTMLFrameElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLFrameElement.idl b/Source/WebCore/html/HTMLFrameElement.idl index 1c6851b8a..51a471621 100644 --- a/Source/WebCore/html/HTMLFrameElement.idl +++ b/Source/WebCore/html/HTMLFrameElement.idl @@ -44,7 +44,7 @@ module html { #endif #endif - attribute [TreatNullAs=EmptyString, CustomSetter] DOMString location; + attribute [TreatNullAs=NullString, CustomSetter] DOMString location; readonly attribute long width; readonly attribute long height; |