| Index: third_party/WebCore/page/Location.idl
|
| diff --git a/third_party/WebCore/page/Location.idl b/third_party/WebCore/page/Location.idl
|
| index 1bc32a03894745ec225ab1ed6118dca88af7541a..1f1703af6a56b709f65ed0d9e8fdabac60be5a72 100644
|
| --- a/third_party/WebCore/page/Location.idl
|
| +++ b/third_party/WebCore/page/Location.idl
|
| @@ -40,7 +40,8 @@ module window {
|
| JSCustomDefineOwnProperty,
|
| JSCustomNamedGetterOnPrototype,
|
| JSCustomDefineOwnPropertyOnPrototype,
|
| - OmitConstructor
|
| + OmitConstructor,
|
| + V8CustomToJSObject
|
| ] Location {
|
| #if !defined(LANGUAGE_CPP) || !LANGUAGE_CPP
|
| attribute [DoNotCheckSecurityOnSetter, CustomSetter, V8Unforgeable] DOMString href;
|
|
|