Commit 527bb24f authored by Alex Clarke's avatar Alex Clarke Committed by Commit Bot

Fix the optional field in type Page.Frame

It shouldn't be quoted.

Bug: 
Change-Id: Ie0bbc1cc3ce9c4807f0465da93642939a72120b1
Reviewed-on: https://chromium-review.googlesource.com/578333
Commit-Queue: Alex Clarke <alexclarke@chromium.org>
Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488638}
parent fb11164f
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
{ "name": "url", "type": "string", "description": "Frame document's URL." }, { "name": "url", "type": "string", "description": "Frame document's URL." },
{ "name": "securityOrigin", "type": "string", "description": "Frame document's security origin." }, { "name": "securityOrigin", "type": "string", "description": "Frame document's security origin." },
{ "name": "mimeType", "type": "string", "description": "Frame document's mimeType as determined by the browser." }, { "name": "mimeType", "type": "string", "description": "Frame document's mimeType as determined by the browser." },
{ "name": "unreachableUrl", "type": "string", "optional": "true", "experimental": "true", "description": "If the frame failed to load, this contains the URL that could not be loaded." } { "name": "unreachableUrl", "type": "string", "optional": true, "experimental": true, "description": "If the frame failed to load, this contains the URL that could not be loaded." }
] ]
}, },
{ {
......
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