| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
|
| index b102ef071d5b123474216246972d8635276ef556..e01742c02d3a803244902e50e1c8cb09b89c7943 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/IdentityFormatter.js
|
| @@ -4,9 +4,9 @@
|
| /**
|
| * @unrestricted
|
| */
|
| -WebInspector.IdentityFormatter = class {
|
| +FormatterWorker.IdentityFormatter = class {
|
| /**
|
| - * @param {!WebInspector.FormattedContentBuilder} builder
|
| + * @param {!FormatterWorker.FormattedContentBuilder} builder
|
| */
|
| constructor(builder) {
|
| this._builder = builder;
|
|
|