Don't include bindings/core/v8/script_source_code.h in probe template

This template is used by both core and platform probes - in the latter case
this include would be a layering violation.

---=== GN output: ===---

ERROR at //out/Default/gen/third_party/blink/renderer/platform/platform_probes_inl.h:15:11: Include not allowed.
#include "third_party/blink/renderer/bindings/core/v8/script_source_code.h"
          ^---------------------------------------------------------------
It is not in any dependency of
  //third_party/blink/renderer/platform:platform
The include file is in the target(s):
  //third_party/blink/renderer/core:core_generated
which should somehow be reachable.

---==================---

Specify this include in the 'settings.includes' list in
core/probe/core_probes.json5 instead.

Bug: 939782
Change-Id: Ibd0ee570ae10408163223a49a27c0fd9ff1529d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511392
Reviewed-by: Alexei Filippov <alph@chromium.org>
Commit-Queue: Fredrik Söderquist <fs@opera.com>
Cr-Commit-Position: refs/heads/master@{#639361}
2 files changed