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

Unified Diff: content/public/browser/browser_child_process_host_iterator.cc

Issue 22243002: GTTF: Enable glibcxx debug mode for Debug builds by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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/public/browser/browser_child_process_host_iterator.cc
diff --git a/content/public/browser/browser_child_process_host_iterator.cc b/content/public/browser/browser_child_process_host_iterator.cc
index 19eaec39333354bfbb65bbcc642e9c2fc283f570..f798d7cc941330a4f608eddaf0bfc5e60db5a26c 100644
--- a/content/public/browser/browser_child_process_host_iterator.cc
+++ b/content/public/browser/browser_child_process_host_iterator.cc
@@ -26,6 +26,9 @@ BrowserChildProcessHostIterator::BrowserChildProcessHostIterator(int type)
++(*this);
}
+BrowserChildProcessHostIterator::~BrowserChildProcessHostIterator() {
+}
+
bool BrowserChildProcessHostIterator::operator++() {
CHECK(!Done());
do {

Powered by Google App Engine
This is Rietveld 408576698