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

Unified Diff: LayoutTests/http/tests/workers/resources/worker-redirect.js

Issue 23283009: Convert SecurityError exceptions to 'es.throwSecurityError()'. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | « no previous file | LayoutTests/http/tests/workers/resources/worker-target.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/workers/resources/worker-redirect.js
diff --git a/LayoutTests/http/tests/workers/resources/worker-redirect.js b/LayoutTests/http/tests/workers/resources/worker-redirect.js
index 54888e830d307918f78554aa068dd044106d3e5f..262f845e8758c30995e24667adcd093062d66eba 100644
--- a/LayoutTests/http/tests/workers/resources/worker-redirect.js
+++ b/LayoutTests/http/tests/workers/resources/worker-redirect.js
@@ -25,7 +25,7 @@ function runNextTest()
function testCrossOriginLoad()
{
try {
- var worker = createWorker('http://localhost:8000/workers/resources/worker-redirect-target.js');
Mike West 2013/08/19 08:15:04 I changed this to make it clear that the first che
+ var worker = createWorker('http://localhost:8000/workers/resources/worker-target.js');
worker.onerror = function(evt) {
log("FAIL: threw error when attempting to cross origin while loading the worker script.");
runNextTest();
« no previous file with comments | « no previous file | LayoutTests/http/tests/workers/resources/worker-target.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698