| Index: third_party/WebCore/page/Location.idl
|
| diff --git a/third_party/WebCore/page/Location.idl b/third_party/WebCore/page/Location.idl
|
| index 0707f0758eea16be4045a1867ef3ecb96036e87a..8b03f77586ec0b0e19926cec1ad34db8f58cf3f7 100644
|
| --- a/third_party/WebCore/page/Location.idl
|
| +++ b/third_party/WebCore/page/Location.idl
|
| @@ -67,7 +67,7 @@
|
| [NotEnumerable, Custom, V8Unforgeable, V8ReadOnly, ImplementedAs=toStringFunction] DOMString toString();
|
| #endif
|
| #if defined(V8_BINDING) && V8_BINDING
|
| - [NotEnumerable, Custom, V8Unforgeable, V8ReadOnly] DOMObject valueOf();
|
| + [NotEnumerable, Custom, V8Unforgeable, V8ReadOnly] any valueOf();
|
| #endif
|
| };
|
|
|
|
|