| Index: third_party/WebKit/Source/devtools/front_end/extensions/ExtensionRegistryStub.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionRegistryStub.js b/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionRegistryStub.js
|
| index 5765bbe7ccad190178b91c661ba86c6af2cfd291..323be736fbf0c08b2415412d53c4f92ac11a4ddf 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionRegistryStub.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/extensions/ExtensionRegistryStub.js
|
| @@ -31,10 +31,10 @@ if (!window.InspectorExtensionRegistry) {
|
| /**
|
| * @unrestricted
|
| */
|
| - WebInspector.InspectorExtensionRegistryStub = class {
|
| + Extensions.InspectorExtensionRegistryStub = class {
|
| getExtensionsAsync() {
|
| }
|
| };
|
|
|
| - var InspectorExtensionRegistry = new WebInspector.InspectorExtensionRegistryStub();
|
| + var InspectorExtensionRegistry = new Extensions.InspectorExtensionRegistryStub();
|
| }
|
|
|