| Index: Source/devtools/protocol.json
 | 
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
 | 
| index 800b3b85d63d48e1ffe955d44ddee4058ef6f85b..d6d79f1306415bcd2d8d50c892bd2cf1c2118075 100644
 | 
| --- a/Source/devtools/protocol.json
 | 
| +++ b/Source/devtools/protocol.json
 | 
| @@ -1099,14 +1099,6 @@
 | 
|                      { "name": "heapObjectId", "type": "integer" }
 | 
|                  ],
 | 
|                  "hidden": true
 | 
| -            },
 | 
| -            {
 | 
| -                "name": "setLastEvaluationResult",
 | 
| -                "parameters": [
 | 
| -                    { "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object to set as last evaluation result." }
 | 
| -                ],
 | 
| -                "hidden": true,
 | 
| -                "description": "Sets last evaluation result in console. Can be accessed via <code>$_</code> command line API."
 | 
|              }
 | 
|          ],
 | 
|          "events": [
 | 
| 
 |