| Index: third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js b/third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js
|
| index fdfe1aaae4faf2575d8760570dd6c93bd1d1ba20..83aedaf01493e018117006ad674e00219e13a06d 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/WorkspaceMappingTip.js
|
| @@ -141,7 +141,7 @@ Sources.WorkspaceMappingTip = class {
|
| infobar.createDetailsRowMessage(Common.UIString(
|
| 'You can map files in your workspace to the ones loaded over the network. As a result, changes made in DevTools will be persisted to disk.'));
|
| infobar.createDetailsRowMessage(Common.UIString('Use context menu to establish the mapping at any time.'));
|
| - var anchor = createElementWithClass('a', 'link');
|
| + var anchor = createElementWithClass('span', 'link');
|
| anchor.textContent = Common.UIString('Establish the mapping now...');
|
| anchor.addEventListener('click', this._establishTheMapping.bind(this, uiSourceCode), false);
|
| infobar.createDetailsRowMessage('').appendChild(anchor);
|
|
|