Skip to content

Commit 477e16f

Browse files
committed
修改内置进程信息属性, engProcess 防止在JS里的命名冲突
1 parent 2ab3653 commit 477e16f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cef/process.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
// process
1818
const (
19-
internalProcess = "process"
19+
internalProcess = "engProcess"
2020
internalProcessBrowserId = "browserId"
2121
internalProcessFrameId = "frameId"
2222
)

0 commit comments

Comments
 (0)