Add isMainFrame as last argument to WebContents did-fail-load event.

Fixes #5013.
This commit is contained in:
Rob Brackett 2016-04-04 19:24:58 -07:00
parent fa27120429
commit f12f87d6f0
4 changed files with 32 additions and 6 deletions

View file

@ -0,0 +1,5 @@
<html>
<body>
<iframe src="file://a.txt"></iframe>
</body>
</html>