| 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 70690810f21c812eab6cdcd4aa245ec98356d109..a87fd99c2218e9ab62d18230230e034e47d3ac60 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -2772,7 +2772,8 @@
|
| { "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "Whether the sourceURL field value comes from the sourceURL comment." },
|
| { "name": "isInline", "type": "boolean", "description": "Whether this stylesheet is created for STYLE tag by parser. This flag is not set for document.written STYLE tags." },
|
| { "name": "startLine", "type": "number", "description": "Line offset of the stylesheet within the resource (zero based)." },
|
| - { "name": "startColumn", "type": "number", "description": "Column offset of the stylesheet within the resource (zero based)." }
|
| + { "name": "startColumn", "type": "number", "description": "Column offset of the stylesheet within the resource (zero based)." },
|
| + { "name": "length", "type": "number", "description": "Size of the content (in characters).", "experimental": true }
|
| ],
|
| "description": "CSS stylesheet metainformation."
|
| },
|
|
|