Chromium Code Reviews| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json |
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| index 6527abc46147dfce17a799ed161709ebaff09425..3038fd2a23e12e2871d77e2b9be187de0e0635dd 100644 |
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json |
| @@ -544,7 +544,8 @@ |
| "description": "Fired when frame has been attached to its parent.", |
| "parameters": [ |
| { "name": "frameId", "$ref": "FrameId", "description": "Id of the frame that has been attached." }, |
| - { "name": "parentFrameId", "$ref": "FrameId", "description": "Parent frame identifier." } |
| + { "name": "parentFrameId", "$ref": "FrameId", "description": "Parent frame identifier." }, |
| + { "name": "stack", "$ref": "Runtime.StackTrace", "optional": true, "description": "JavaScript stack trace of when frame was attached, set for Script only.", "experimental": true } |
|
dgozman
2017/03/20 17:53:37
What is "set for Script only"?
allada
2017/03/21 00:19:20
I meant "only available if came from script", ie:
|
| ] |
| }, |
| { |