| 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 917be0d8b747dc4c7b85de4b7b38ec99d0fb902f..679f9d2c071393daaebc6e397e0a498669de41e0 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/animation/AnimationScreenshotPopover.js
|
| @@ -21,7 +21,7 @@ WebInspector.AnimationScreenshotPopover = function(images)
|
| this._currentFrame = 0;
|
| this._frames[0].style.display = "block";
|
| this._progressBar = this.contentElement.createChild("div", "animation-progress");
|
| -}
|
| +};
|
|
|
| WebInspector.AnimationScreenshotPopover.prototype = {
|
| wasShown: function()
|
| @@ -57,4 +57,4 @@ WebInspector.AnimationScreenshotPopover.prototype = {
|
| },
|
|
|
| __proto__: WebInspector.VBox.prototype
|
| -}
|
| +};
|
|
|