| 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..3b6016a94791957c71f8fc644dd93f0e79e46e98 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, only set if frame initiated from script.", "experimental": true }
|
| ]
|
| },
|
| {
|
|
|