| Index: third_party/WebKit/Source/devtools/front_end/components_lazy/FilmStripModel.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components_lazy/FilmStripModel.js b/third_party/WebKit/Source/devtools/front_end/components_lazy/FilmStripModel.js
|
| index 09f1ec7ef8fcf2a57dec0b10d146d30ac97701bb..06946a809e46b488b3829419e1d6ea12d7ae3b58 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components_lazy/FilmStripModel.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/components_lazy/FilmStripModel.js
|
| @@ -3,6 +3,7 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +
|
| /**
|
| * @unrestricted
|
| */
|
| @@ -145,5 +146,3 @@ WebInspector.FilmStripModel.Frame = class {
|
| return /** @type {!Promise<?string>} */ (this._snapshot.objectPromise());
|
| }
|
| };
|
| -
|
| -
|
|
|