| Index: Source/core/frame/Window.idl
|
| diff --git a/Source/core/frame/Window.idl b/Source/core/frame/Window.idl
|
| index 3e75b0b9529ce762c742d8e406c387c30904c25b..5adbc62f8b77bc1ad46af046e8e40c11eec2e7f8 100644
|
| --- a/Source/core/frame/Window.idl
|
| +++ b/Source/core/frame/Window.idl
|
| @@ -205,7 +205,7 @@
|
| [MeasureAs=PrefixedMutationObserverConstructor] attribute MutationObserverConstructor WebKitMutationObserver;
|
|
|
| // window.toString() requires special handling in V8
|
| - [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString toString();
|
| + [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] stringifier;
|
|
|
| [NotEnumerable] getter Window (unsigned long index);
|
| [Custom, NotEnumerable] getter Window (DOMString name);
|
|
|