[DevTools] Removed isInternalScript flag from protocol
Internal scripts in DevTools:
- InjectedScriptSource.js,
- DebuggerScript.js,
- callFunctionOn uses internal script to compile function declaration and call arguments.
We can ignore these scripts, not report them to frontend and never stop in them since they are a part of debugger implementation.
BUG=
635947
R=dgozman@chromium.org
Committed:
https://crrev.com/95929275dd905ef99458b5fb2838bef497df8708
Cr-Commit-Position: refs/heads/master@{#411886}