[DevTools] Removed InjectedScriptHost
- V8InjectedScriptHost become simple object,
- remove InjectedScriptHost,
- remove InspectorWrapper,
- remove callFunction method and replace it with suppressWarningsAndCallFunction method, we don't want to expose any errors from InjectedScript,
- cleanup V8InjectedScriptHost code.
BUG=
595206
R=dgozman@chromium.org
Committed:
https://crrev.com/501509013f808ee9d45431b4c181233087a2ec44
Cr-Commit-Position: refs/heads/master@{#390196}