mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ InspectableWebContentsViewLinux::~InspectableWebContentsViewLinux() {
|
||||
|
||||
gfx::NativeView InspectableWebContentsViewLinux::GetNativeView() const {
|
||||
// TODO
|
||||
fprintf(stderr, "InspectableWebContentsViewLinux::~GetNativeView\n");
|
||||
fprintf(stderr, "InspectableWebContentsViewLinux::GetNativeView\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user