| Index: LayoutTests/editing/pasteboard/data-transfer-items-drag-drop-string.html
|
| diff --git a/LayoutTests/editing/pasteboard/data-transfer-items-drag-drop-string.html b/LayoutTests/editing/pasteboard/data-transfer-items-drag-drop-string.html
|
| index fbb1f98cd87982a21cd530000b36605f542d0b2e..df6bbb24270497c92555007ebab64063db313f57 100644
|
| --- a/LayoutTests/editing/pasteboard/data-transfer-items-drag-drop-string.html
|
| +++ b/LayoutTests/editing/pasteboard/data-transfer-items-drag-drop-string.html
|
| @@ -78,7 +78,7 @@ function handleDrop(e)
|
| debug('items[' + i + '].type: ' + items[i].type);
|
|
|
| currentItem = items[i];
|
| - shouldThrow('currentItem.getAsString()', '"TypeError: Not enough arguments"');
|
| + shouldThrow('currentItem.getAsString()', '"TypeError: Failed to execute \'getAsString\' on \'DataTransferItem\': 1 argument required, but only 0 present."');
|
| shouldNotThrow('currentItem.getAsString(null)');
|
| items[i].getAsString(function(data) {
|
| window.stringData = data;
|
|
|