Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(512)

Unified Diff: Source/devtools/protocol.json

Issue 967493002: DevTools: remove setLastEvaluationResult from the protocol. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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": [

Powered by Google App Engine
This is Rietveld 408576698