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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
index 52470a3869c49a9caf2f31a4c06a0cee8ebd1aa3..7abbcdb4c5516f0b2faecf64367d62d828471724 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-breakpoints-not-activated-on-reload.html
@@ -11,7 +11,7 @@ function testFunction()
var test = function()
{
- var testName = WebInspector.resourceTreeModel.inspectedPageURL();
+ var testName = InspectorTest.resourceTreeModel.inspectedPageURL();
testName = testName.substring(testName.lastIndexOf('/') + 1);
InspectorTest.startDebuggerTest(step1);

Powered by Google App Engine
This is Rietveld 408576698