diff options
Diffstat (limited to 'WebCore/page/Location.idl')
-rw-r--r-- | WebCore/page/Location.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/page/Location.idl b/WebCore/page/Location.idl index 7d680f2..b020267 100644 --- a/WebCore/page/Location.idl +++ b/WebCore/page/Location.idl @@ -38,7 +38,8 @@ module window { CustomGetPropertyNames, CustomDefineGetter, DelegatingPrototypePutFunction, - CustomPrototypeDefineGetter + CustomPrototypeDefineGetter, + OmitConstructor ] Location { attribute [DoNotCheckDomainSecurityOnSet, CustomSetter, V8DisallowShadowing] DOMString href; |