Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index b293a48dcd39e57c5cdaf3af581b478896dd2693..2e7ccef8ddd5961c0a1ddc21eac4c4ccec45c925 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -230,6 +230,8 @@ static void GLibLogHandler(const gchar* log_domain, |
} else if (strstr(message, "Attempting to store changes into") || |
strstr(message, "Attempting to set the permissions of")) { |
LOG(ERROR) << message << " (http://bugs.chromium.org/161366)"; |
+ } else if (strstr(message, "drawable is not a native X11 window")) { |
+ LOG(ERROR) << message << " (http://bugs.chromium.org/329991)"; |
} else { |
LOG(DFATAL) << log_domain << ": " << message; |
} |