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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.h

Issue 2810873006: DevTools: fix memory issue with layout test (Closed)
Patch Set: Created 3 years, 8 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: content/shell/browser/layout_test/blink_test_controller.h
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
index 7e51a2f6c8851d4dac913b1d0f967eaba1f3a87c..d3f4eff788c74bf29c2734bd23be13b4791dbac7 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -232,7 +232,7 @@ class BlinkTestController : public base::NonThreadSafe,
base::FilePath temp_path_;
Shell* main_window_;
- std::unique_ptr<Shell> devtools_window_;
+ Shell* devtools_window_;
std::unique_ptr<LayoutTestDevToolsBindings> devtools_bindings_;

Powered by Google App Engine
This is Rietveld 408576698