fix typo
This commit is contained in:
parent
04b9bd21f8
commit
90e619a6d9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ InspectableWebContentsViewLinux::~InspectableWebContentsViewLinux() {
|
||||||
|
|
||||||
gfx::NativeView InspectableWebContentsViewLinux::GetNativeView() const {
|
gfx::NativeView InspectableWebContentsViewLinux::GetNativeView() const {
|
||||||
// TODO
|
// TODO
|
||||||
fprintf(stderr, "InspectableWebContentsViewLinux::~GetNativeView\n");
|
fprintf(stderr, "InspectableWebContentsViewLinux::GetNativeView\n");
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue