| Index: third_party/WebKit/Source/devtools/protocol.json | 
| diff --git a/third_party/WebKit/Source/devtools/protocol.json b/third_party/WebKit/Source/devtools/protocol.json | 
| index d790d5dbf3e384f62b93b39532662c74707c5ac9..abca7b51194a48f07439c7f8546fd254f5c282cf 100644 | 
| --- a/third_party/WebKit/Source/devtools/protocol.json | 
| +++ b/third_party/WebKit/Source/devtools/protocol.json | 
| @@ -2,11 +2,11 @@ The protocol.json has split into separate files. https://crbug.com/580337 | 
|  | 
| One for the browser, one for a V8 javascript environment: | 
| src/third_party/WebKit/Source/core/inspector/browser_protocol.json | 
| -    src/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json | 
| +    src/v8/src/inspector/js_protocol.json | 
|  | 
| Browsable here: | 
| https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/core/inspector/browser_protocol.json | 
| -    https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json | 
| +    https://chromium.googlesource.com/v8/v8/+/master/src/inspector/js_protocol.json | 
|  | 
| More details on the protocol: | 
| https://developer.chrome.com/devtools/docs/debugger-protocol | 
|  |