This commit is contained in:
Patrick Reynolds 2013-11-07 17:25:51 -06:00
parent 04b9bd21f8
commit 90e619a6d9

View file

@ -24,7 +24,7 @@ InspectableWebContentsViewLinux::~InspectableWebContentsViewLinux() {
gfx::NativeView InspectableWebContentsViewLinux::GetNativeView() const {
// TODO
fprintf(stderr, "InspectableWebContentsViewLinux::~GetNativeView\n");
fprintf(stderr, "InspectableWebContentsViewLinux::GetNativeView\n");
return NULL;
}