DescriptionCompilation broken with debug_devtools after r194605
Local environment:
$ cat ~/.gyp/include.gypi
{
'variables': {
'debug_devtools': 1,
},
}
The build fails with the following error:
../../chrome/browser/ui/webui/devtools_ui.cc: In constructor 'DevToolsUI::DevToolsUI(content::WebUI*)':
../../chrome/browser/ui/webui/devtools_ui.cc:239:59: error: cannot allocate an object of abstract type '{anonymous}::LocalhostDataSource'
../../chrome/browser/ui/webui/devtools_ui.cc:172:7: note: because the following virtual functions are pure within '{anonymous}::LocalhostDataSource':
../../content/public/browser/url_data_source.h:40:23: note: virtual std::string content::URLDataSource::GetSource() const
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194641
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|