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

Issue 159753: Linux: Fix Valgrind error in VisitedLinkEventsTest.Coalescense. (Closed)

Created:
11 years, 4 months ago by Daniel Erat
Modified:
9 years, 7 months ago
Reviewers:
tony
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Linux: Fix Valgrind error in VisitedLinkEventsTest.Coalescense. I introduced the error in r22193; it shows up when there's no X server to connect to. I get a "GLib-GObject-CRITICAL **: g_object_get: assertion `G_IS_OBJECT (object)' failed" message with this change, but I'm not sure if it's from my code or if it was already there, and the tests still pass. TEST=ran VisitedLinkEventsTest.Coalescense under Valgrind with DISPLAY=:6 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=22240

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -1 line) Patch
M chrome/browser/gtk/browser_window_gtk.cc View 1 chunk +5 lines, -1 line 0 comments Download
M chrome/common/x11_util.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/x11_util.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Daniel Erat
11 years, 4 months ago (2009-08-01 00:04:17 UTC) #1
tony
11 years, 4 months ago (2009-08-01 00:05:46 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698