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

Unified Diff: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.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-animations.html
diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
index f24bb0086a29016c24f5824777d34ea49d1a8c28..9067d7eb728ece3fc50105dd8ebe1ba01eb034e2 100644
--- a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
+++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html
@@ -62,9 +62,9 @@ function test()
var groupIds = [];
var i = 0;
var stepNumber = 0;
- 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);
// Each step triggers a new animation group.
var steps = [
"restartAnimation('node1', 'expandWidth')",

Powered by Google App Engine
This is Rietveld 408576698