summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebCore/page/Location.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/webkit/WebCore/page/Location.idl')
-rw-r--r--src/3rdparty/webkit/WebCore/page/Location.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebCore/page/Location.idl b/src/3rdparty/webkit/WebCore/page/Location.idl
index e7fa31a..7d680f2 100644
--- a/src/3rdparty/webkit/WebCore/page/Location.idl
+++ b/src/3rdparty/webkit/WebCore/page/Location.idl
@@ -32,12 +32,12 @@ module window {
#if defined(V8_BINDING) && V8_BINDING
CheckDomainSecurity,
#endif
- CustomGetOwnPropertySlot,
- CustomPutFunction,
+ DelegatingGetOwnPropertySlot,
+ DelegatingPutFunction,
CustomDeleteProperty,
CustomGetPropertyNames,
CustomDefineGetter,
- CustomPrototypePutFunction,
+ DelegatingPrototypePutFunction,
CustomPrototypeDefineGetter
] Location {
attribute [DoNotCheckDomainSecurityOnSet, CustomSetter, V8DisallowShadowing] DOMString href;