Index: third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
diff --git a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
index 6ab355862f4ea5500c4ba45ff0dbb34e80f0f745..af458b17fbbcec3058b75a4cc63050b18cee9e74 100644 |
--- a/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
+++ b/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json |
@@ -347,8 +347,8 @@ |
"hidden": true, |
"type": "object", |
"properties": [ |
- { "name": "line", "type": "integer" }, |
- { "name": "column", "type": "integer" } |
+ { "name": "lineNumber", "type": "integer" }, |
+ { "name": "columnNumber", "type": "integer" } |
], |
"description": "Location in the source code." |
}, |