| Index: Source/core/page/DOMWindow.idl
|
| diff --git a/Source/core/page/DOMWindow.idl b/Source/core/page/DOMWindow.idl
|
| index fdc348bd11b1d89dd758a95a657f0955228ceae9..1827cd3425c1ec7ce4338a4e9a7f1cc0a19abcc8 100644
|
| --- a/Source/core/page/DOMWindow.idl
|
| +++ b/Source/core/page/DOMWindow.idl
|
| @@ -48,7 +48,7 @@
|
| [DoNotCheckSecurity, CustomSetter, Unforgeable, Replaceable] readonly attribute Location location;
|
| [MeasureAs=WindowEvent, NotEnumerable, Replaceable, CustomGetter, CustomSetter] readonly attribute Event event;
|
|
|
| - DOMSelection getSelection();
|
| + Selection getSelection();
|
|
|
| [CheckSecurityForNode] readonly attribute Element frameElement;
|
|
|
| @@ -182,7 +182,7 @@
|
| [RaisesException] DOMString atob([TreatNullAs=NullString,Default=Undefined] optional DOMString string);
|
| [RaisesException] DOMString btoa([TreatNullAs=NullString,Default=Undefined] optional DOMString string);
|
|
|
| - [Replaceable] readonly attribute DOMWindowCSS CSS;
|
| + [Replaceable] readonly attribute CSS CSS;
|
|
|
| // Events
|
| attribute EventListener onabort;
|
| @@ -289,7 +289,7 @@
|
| // Mozilla has a separate XMLDocument object for XML documents.
|
| // We just use Document for this.
|
| attribute DocumentConstructor XMLDocument;
|
| - attribute DOMURLConstructor webkitURL; // FIXME: deprecate this.
|
| + attribute URLConstructor webkitURL; // FIXME: deprecate this.
|
| attribute MutationObserverConstructor WebKitMutationObserver; // FIXME: Add metrics to determine when we can remove this.
|
| attribute IDBCursorConstructor webkitIDBCursor;
|
| attribute IDBDatabaseConstructor webkitIDBDatabase;
|
|
|