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

Unified Diff: third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js

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/Source/devtools/front_end/animation/AnimationScreenshotPopover.js
diff --git a/third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js b/third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js
index 2ec9630b0e2e3ceb43429ec902da98767b2c46d3..1205c273e5c3fd7cad975ba74d045ce3a399a68f 100644
--- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js
+++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js
@@ -4,7 +4,7 @@
/**
* @unrestricted
*/
-WebInspector.AnimationScreenshotPopover = class extends WebInspector.VBox {
+Animation.AnimationScreenshotPopover = class extends UI.VBox {
/**
* @param {!Array.<!Image>} images
*/

Powered by Google App Engine
This is Rietveld 408576698