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

Unified Diff: test/inspector/task-runner.h

Issue 2668763003: [inspector] V8DebuggerAgent cleanup (Closed)
Patch Set: Created 3 years, 11 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: test/inspector/task-runner.h
diff --git a/test/inspector/task-runner.h b/test/inspector/task-runner.h
index 0f980fbfaa1e2eab842e50738bdf4c639d016d2e..73d0f0430ee75fa73cfa382c81a85ef7cd59fa4b 100644
--- a/test/inspector/task-runner.h
+++ b/test/inspector/task-runner.h
@@ -99,7 +99,7 @@ class AsyncTask : public TaskRunner::Task {
virtual void AsyncRun(v8::Isolate* isolate,
const v8::Global<v8::Context>& context) = 0;
- private:
+ protected:
v8_inspector::V8Inspector* inspector_;
};

Powered by Google App Engine
This is Rietveld 408576698