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

Unified Diff: Source/core/inspector/InjectedScript.h

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/core/inspector/InjectedScript.h
diff --git a/Source/core/inspector/InjectedScript.h b/Source/core/inspector/InjectedScript.h
index 4734dd340448e8356310f5987d39936bfabaf610..e0b14f90d428f543d5c4a344e8f49aa3b7eeb974 100644
--- a/Source/core/inspector/InjectedScript.h
+++ b/Source/core/inspector/InjectedScript.h
@@ -102,7 +102,6 @@ public:
void inspectNode(Node*);
void releaseObjectGroup(const String&);
- void setLastEvaluationResult(const String& objectId);
void setCustomObjectFormatterEnabled(bool);
private:

Powered by Google App Engine
This is Rietveld 408576698