| Index: third_party/WebKit/Source/devtools/front_end/common/Worker.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/common/Worker.js b/third_party/WebKit/Source/devtools/front_end/common/Worker.js
|
| index b2a70fe9d18e1842c26825f8fdf8ef64d088732c..72181edf10296a61eeabf821d5c8a63ade7d039b 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/common/Worker.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/common/Worker.js
|
| @@ -31,7 +31,7 @@
|
| /**
|
| * @unrestricted
|
| */
|
| -WebInspector.Worker = class {
|
| +Common.Worker = class {
|
| /**
|
| * @param {string} appName
|
| */
|
| @@ -48,7 +48,7 @@ WebInspector.Worker = class {
|
|
|
| /**
|
| * @param {!Event} event
|
| - * @this {WebInspector.Worker}
|
| + * @this {Common.Worker}
|
| */
|
| function onMessage(event) {
|
| console.assert(event.data === 'workerReady');
|
|
|