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

Unified Diff: mandoline/tab/frame.h

Issue 1153393007: Fix assert on Mandoline shutdown. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 6 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
« no previous file with comments | « no previous file | mandoline/tab/frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mandoline/tab/frame.h
diff --git a/mandoline/tab/frame.h b/mandoline/tab/frame.h
index 1771f021135ba341c7fb7faaefc415a624feb6fd..538047b421e1ed6d6f3013e2f8b6abd4ea23cc6b 100644
--- a/mandoline/tab/frame.h
+++ b/mandoline/tab/frame.h
@@ -52,7 +52,7 @@ class Frame : public mojo::ViewObserver {
void OnViewDestroying(mojo::View* view) override;
FrameTree* const tree_;
- mojo::View* const view_;
+ mojo::View* view_;
Frame* parent_;
ViewOwnership view_ownership_;
mojo::ServiceProviderImpl exposed_services_;
« no previous file with comments | « no previous file | mandoline/tab/frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698