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

Unified Diff: LayoutTests/inspector/console/worker-exception-message-contains-stack.html

Issue 1147093007: Devtools[ResourceScriptMapping]: Ignore uiSourceCodes originated by other target's network project (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase test results Created 5 years, 7 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/inspector/console/worker-exception-message-contains-stack-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/worker-exception-message-contains-stack.html
diff --git a/LayoutTests/inspector/console/worker-exception-message-contains-stack.html b/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
index fa7118dbe8f341f5dadb1b856afff7f5c5ebac19..7f4b878f6e3ec639cbb1c8f956a202eb5222b52b 100644
--- a/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
+++ b/LayoutTests/inspector/console/worker-exception-message-contains-stack.html
@@ -27,9 +27,6 @@ function postMessageToWorker(worker)
function test()
{
- var isContextCreated = false;
- var isAgentEnabled = false;
-
startWorkerAndPostMessage(step2, "worker1", "startWorker1");
function step2()
@@ -56,7 +53,6 @@ function test()
function startWorkerAndPostMessage(next, workerName, workerStartFunction)
{
- isContextCreated = false;
InspectorTest.addSniffer(WebInspector.RuntimeModel.prototype, "_executionContextCreated", contextCreated.bind(this, next, workerName));
InspectorTest.evaluateInPage(workerStartFunction + "()");
}
« no previous file with comments | « no previous file | LayoutTests/inspector/console/worker-exception-message-contains-stack-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698