| Index: Source/core/html/HTMLFrameElement.idl | 
| diff --git a/Source/core/html/HTMLFrameElement.idl b/Source/core/html/HTMLFrameElement.idl | 
| index 98f2eecf98645ab587eeaed426cfcea985132d97..cc992adc06aba771af686019afe2bb4aec02a1b7 100644 | 
| --- a/Source/core/html/HTMLFrameElement.idl | 
| +++ b/Source/core/html/HTMLFrameElement.idl | 
| @@ -37,7 +37,7 @@ interface HTMLFrameElement : HTMLElement { | 
|  | 
| [CheckSecurity=Node, RaisesException] SVGDocument getSVGDocument(); | 
|  | 
| -    [TreatNullAs=NullString, Custom=Setter] attribute DOMString location; | 
| +    [TreatNullAs=NullString, Custom=Setter, MeasureAs=HTMLFrameElementLocation] attribute DOMString location; | 
|  | 
| readonly attribute long width; | 
| readonly attribute long height; | 
|  |