Skip to content

Commit cdeebfe

Browse files
Lightning00BladeDevtools-frontend LUCI CQ
authored andcommitted
[AI Assistance] Use prettier name for IsolatedWorld
This user visible so use the name of the product Bug: none Change-Id: Ia1b441f1929d2a477e7a1c8cd03375f261f7b431 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6277284 Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Nikolay Vitkov <[email protected]>
1 parent 7cdf940 commit cdeebfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/panels/ai_assistance/ExtensionScope.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import * as UI from '../../ui/legacy/legacy.js';
99

1010
import {AI_ASSISTANCE_CSS_CLASS_NAME, type ChangeManager} from './ChangeManager.js';
1111

12-
export const FREESTYLER_WORLD_NAME = 'devtools_freestyler';
12+
export const FREESTYLER_WORLD_NAME = 'DevTools AI Assistance';
1313
export const FREESTYLER_BINDING_NAME = '__freestyler';
1414

1515
/**

0 commit comments

Comments
 (0)