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

Unified Diff: third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments.html

Issue 1480363003: Eliminate [LegacyInterfaceTypeChecking] for modules/filesystem bindings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scope to safe changes Created 5 years 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
Index: third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments.html
diff --git a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html b/third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments.html
similarity index 65%
copy from third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html
copy to third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments.html
index 5049bc975aa3e3891f4758cb3fc0061f2a69de36..5bcb3875c3321dc5b12170d64a9172b67127aae6 100644
--- a/third_party/WebKit/LayoutTests/fast/filesystem/workers/file-from-file-entry.html
+++ b/third_party/WebKit/LayoutTests/fast/filesystem/workers/null-arguments.html
@@ -4,7 +4,7 @@
</head>
<body>
<script>
-worker = startWorker('../resources/file-from-file-entry.js');
+worker = startWorker('../resources/null-arguments-worker.js');
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698