| Index: Source/core/page/Selection.idl
|
| diff --git a/Source/core/page/Selection.idl b/Source/core/page/Selection.idl
|
| index 53b0826171bd7f6edf7d947f72554f62c79f969f..db35b80a086e7236d47655178b9b19d4f5b01da5 100644
|
| --- a/Source/core/page/Selection.idl
|
| +++ b/Source/core/page/Selection.idl
|
| @@ -58,7 +58,7 @@
|
| void removeAllRanges();
|
| void addRange([Default=Undefined] optional Range range);
|
|
|
| - [NotEnumerable] DOMString toString();
|
| + [NotEnumerable] stringifier;
|
|
|
| // WebKit extensions
|
| [MeasureAs=SelectionBaseNode] readonly attribute Node baseNode;
|
|
|