From 90f4e48ad04e9cf4dd5ef36138092387ee124ce0 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 8 Aug 2014 11:21:55 +0000 Subject: [PATCH] Linux: Fix type mismatch compile error. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1798 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tests/cefclient/client_handler_gtk.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cefclient/client_handler_gtk.cpp b/tests/cefclient/client_handler_gtk.cpp index d0bcab183..9772bbf5b 100644 --- a/tests/cefclient/client_handler_gtk.cpp +++ b/tests/cefclient/client_handler_gtk.cpp @@ -243,7 +243,7 @@ void ClientHandler::OnTitleChange(CefRefPtr browser, // Retrieve the X11 window handle for the browser. ::Window window = browser->GetHost()->GetWindowHandle(); - DCHECK_NE(window, NULL); + DCHECK(window != kNullWindowHandle); // Retrieve the atoms required by the below XChangeProperty call. const char* kAtoms[] = {