mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
chore: cleanup usages of const char* (#29906)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace gin_helper {
|
||||
|
||||
namespace {
|
||||
|
||||
const char* kTrackedObjectKey = "TrackedObjectKey";
|
||||
const char kTrackedObjectKey[] = "TrackedObjectKey";
|
||||
|
||||
class IDUserData : public base::SupportsUserData::Data {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user