зеркало из https://github.com/electron/electron.git
Call InspectElement directly on InspectableWebContents
This commit is contained in:
Родитель
d6eb0d6629
Коммит
443040e8d7
|
@ -1062,10 +1062,7 @@ void WebContents::InspectElement(int x, int y) {
|
||||||
|
|
||||||
if (!managed_web_contents()->GetDevToolsWebContents())
|
if (!managed_web_contents()->GetDevToolsWebContents())
|
||||||
OpenDevTools(nullptr);
|
OpenDevTools(nullptr);
|
||||||
scoped_refptr<content::DevToolsAgentHost> agent(
|
managed_web_contents()->InspectElement(x, y);
|
||||||
content::DevToolsAgentHost::GetOrCreateFor(web_contents()));
|
|
||||||
// FIXME(zcbenz): Figure out how to implement this for Chrome 54.
|
|
||||||
agent->InspectElement(nullptr, x, y);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void WebContents::InspectServiceWorker() {
|
void WebContents::InspectServiceWorker() {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче