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

Unified Diff: third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h

Issue 1745423002: DevTools: migrate protocol values from RefPtr to OwnPtr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
diff --git a/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h b/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
index 7ec63691466072e7aa0f80c40795e44c318d712d..cd4646fcda5bdd10e406603bfcd39ff21298fe00 100644
--- a/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
+++ b/third_party/WebKit/Source/platform/v8_inspector/public/V8Debugger.h
@@ -27,7 +27,7 @@ public:
template <typename T>
class Agent {
public:
- virtual void setInspectorState(PassRefPtr<protocol::DictionaryValue>) = 0;
+ virtual void setInspectorState(protocol::DictionaryValue*) = 0;
virtual void setFrontend(T*) = 0;
virtual void clearFrontend() = 0;
virtual void restore() = 0;

Powered by Google App Engine
This is Rietveld 408576698