| Index: third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js b/third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js
|
| rename to third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
|
| index e791e653e67152bd1c5e30860213fbb28e1ba91f..87633ac73f2d99c4667cf4ca4f951d51c85a2a7d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/components/ExecutionContextSelector.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/ExecutionContextSelector.js
|
| @@ -5,7 +5,7 @@
|
| * @implements {SDK.TargetManager.Observer}
|
| * @unrestricted
|
| */
|
| -Components.ExecutionContextSelector = class {
|
| +Main.ExecutionContextSelector = class {
|
| /**
|
| * @param {!SDK.TargetManager} targetManager
|
| * @param {!UI.Context} context
|
| @@ -36,7 +36,7 @@ Components.ExecutionContextSelector = class {
|
| setImmediate(deferred.bind(this));
|
|
|
| /**
|
| - * @this {Components.ExecutionContextSelector}
|
| + * @this {Main.ExecutionContextSelector}
|
| */
|
| function deferred() {
|
| // We always want the second context for the service worker targets.
|
|
|