Commit 5a91b476 authored by Alexey Kozyatinskiy's avatar Alexey Kozyatinskiy Committed by Commit Bot

[inspector-protocol] exposed Runtime.ExecutionContextId

TBR=dgozman@chromium.org

Bug: none
Change-Id: Idc0020b44140b8c319622950aa309723c4e086eb
Reviewed-on: https://chromium-review.googlesource.com/544964Reviewed-by: 's avatarAleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#46148}
parent 2186ea5b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{ {
"domain": "Runtime", "domain": "Runtime",
"async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript"], "async": ["evaluate", "awaitPromise", "callFunctionOn", "runScript"],
"exported": ["StackTrace", "RemoteObject"] "exported": ["StackTrace", "RemoteObject", "ExecutionContextId"]
}, },
{ {
"domain": "Debugger", "domain": "Debugger",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment