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

Unified Diff: LayoutTests/inspector/sources/debugger/promise-events.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/promise-events.html
diff --git a/LayoutTests/inspector/sources/debugger/promise-events.html b/LayoutTests/inspector/sources/debugger/promise-events.html
index 400b1366ab7e6166827881d4bd21baefd1d08c71..9578e1f2c916b7554ddee07761b0e6377cdba94d 100644
--- a/LayoutTests/inspector/sources/debugger/promise-events.html
+++ b/LayoutTests/inspector/sources/debugger/promise-events.html
@@ -45,7 +45,7 @@ function test()
function step1()
{
InspectorTest.DebuggerAgent.enablePromiseTracker(true);
- WebInspector.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.PromiseUpdated, promiseUpdated);
+ InspectorTest.debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.PromiseUpdated, promiseUpdated);
InspectorTest.runTestFunctionAndWaitUntilPaused(step2);
}

Powered by Google App Engine
This is Rietveld 408576698