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

Unified Diff: third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-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-empty-web-animations.html
diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
index 1f092fea341050a9add7553dca538b276b865dad..0a35e9079673ce8558c652374755bf9b05df166e 100644
--- a/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
+++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-empty-web-animations.html
@@ -15,10 +15,10 @@ var initialize_Animations = function() {
function test()
{
- WebInspector.viewManager.showView("animations");
- var timeline = self.runtime.sharedInstance(WebInspector.AnimationTimeline);
+ UI.viewManager.showView("animations");
+ var timeline = self.runtime.sharedInstance(Animation.AnimationTimeline);
InspectorTest.evaluateInPage("startAnimation()");
- InspectorTest.addSniffer(WebInspector.AnimationModel.prototype, "animationStarted", animationStarted);
+ InspectorTest.addSniffer(Animation.AnimationModel.prototype, "animationStarted", animationStarted);
function animationStarted()
{

Powered by Google App Engine
This is Rietveld 408576698