Changeset 119454 in webkit
- Timestamp:
- Jun 4, 2012, 9:29:31 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
fast/filesystem/resources/file-writer-gc-blob.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r119450 r119454 1 2012-06-04 Leo Yang <leo.yang@torchmobile.com.cn> 2 3 Syntax error in fast/filesystem/resources/file-writer-gc-blob.js 4 https://bugs.webkit.org/show_bug.cgi?id=87939 5 6 Reviewed by Alexey Proskuryakov. 7 8 * fast/filesystem/resources/file-writer-gc-blob.js: Add parentheses around the blob data. 9 (startWrite): 10 1 11 2012-06-04 Jessie Berlin <jberlin@apple.com> 2 12 -
trunk/LayoutTests/fast/filesystem/resources/file-writer-gc-blob.js
r115582 r119454 24 24 function startWrite(writer) { 25 25 // Let's make it about a megabyte. 26 var blob = tenXBlob(new Blob ["lorem ipsum"]);26 var blob = tenXBlob(new Blob(["lorem ipsum"])); 27 27 blob = tenXBlob(blob); 28 28 blob = tenXBlob(blob);
Note:
See TracChangeset
for help on using the changeset viewer.