Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(96)

Unified Diff: LayoutTests/fast/files/resources/file-reader-abort-gc-iframe.html

Issue 478263002: Avoid GCing an aborting and stopped FileReader. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/files/file-reader-abort-gc-iframe-expected.txt ('k') | Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/files/resources/file-reader-abort-gc-iframe.html
diff --git a/LayoutTests/fast/files/resources/file-reader-abort-gc-iframe.html b/LayoutTests/fast/files/resources/file-reader-abort-gc-iframe.html
new file mode 100644
index 0000000000000000000000000000000000000000..2161d727e6a4a77aead4047deceff2809c44a879
--- /dev/null
+++ b/LayoutTests/fast/files/resources/file-reader-abort-gc-iframe.html
@@ -0,0 +1,4 @@
+<script>
+window.parent.setReader(new FileReader());
+window.parent.runTest();
+</script>
« no previous file with comments | « LayoutTests/fast/files/file-reader-abort-gc-iframe-expected.txt ('k') | Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698