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

Unified Diff: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
index af0420e55e5a090bfade6c97cc9ebccb692424a3..33f3fd3ca89240643a6f93feb503f7c3e65eaeab 100644
--- a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
+++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
@@ -44,9 +44,9 @@ function test()
function startTransition()
{
- var model = WebInspector.AnimationModel.fromTarget(InspectorTest.mainTarget);
+ var model = Animation.AnimationModel.fromTarget(InspectorTest.mainTarget);
model.ensureEnabled();
- model.addEventListener(WebInspector.AnimationModel.Events.AnimationGroupStarted, groupStarted);
+ model.addEventListener(Animation.AnimationModel.Events.AnimationGroupStarted, groupStarted);
InspectorTest.evaluateInPage("startCSSTransition()");
}

Powered by Google App Engine
This is Rietveld 408576698