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

Unified Diff: LayoutTests/webexposed/resources/global-constructors-attributes-worker.js

Issue 58533003: Move fast/js/resources files to resources. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
diff --git a/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js b/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
index d19284b798a11d1b345407db3aeacd1180b63aec..850eb85aa4b19c1c1f5e5794d77182f6be7ff905 100644
--- a/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
+++ b/LayoutTests/webexposed/resources/global-constructors-attributes-worker.js
@@ -1,5 +1,5 @@
if (this.importScripts)
- importScripts('../../fast/js/resources/js-test-pre.js');
+ importScripts('../../resources/js-test.js');
description("Test to ensure that global constructors in workers environment have the right attributes");

Powered by Google App Engine
This is Rietveld 408576698