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

Unified Diff: LayoutTests/inspector/extensions/extensions-resources.html

Issue 316403002: DevTools: cleanup debugger tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaselined Created 6 years, 6 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
Index: LayoutTests/inspector/extensions/extensions-resources.html
diff --git a/LayoutTests/inspector/extensions/extensions-resources.html b/LayoutTests/inspector/extensions/extensions-resources.html
index ab1cb30328e48d18ed6b6c0d467391acf6878efa..34af7d6f2031c0638e3e970736118562c504b11c 100644
--- a/LayoutTests/inspector/extensions/extensions-resources.html
+++ b/LayoutTests/inspector/extensions/extensions-resources.html
@@ -161,7 +161,7 @@ function extension_testOnResourceAdded(nextTest)
dumpObject(Array.prototype.slice.call(arguments), { url: "url" });
webInspector.inspectedWindow.onResourceAdded.removeListener(onResourceAdded);
- evaluateOnFrontend("InspectorTest.finishDebuggerTest(reply);", nextTest);
+ evaluateOnFrontend("InspectorTest.resumeExecution(reply);", nextTest);
}
}

Powered by Google App Engine
This is Rietveld 408576698