From 0db2304eaecfd801044a3afb3949ef31f558af51 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 9 Sep 2014 20:42:51 +0000 Subject: [PATCH] Linux: Fix compile error. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1824 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- tests/cefsimple/simple_handler_linux.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cefsimple/simple_handler_linux.cpp b/tests/cefsimple/simple_handler_linux.cpp index a1e04e15e..907d63863 100644 --- a/tests/cefsimple/simple_handler_linux.cpp +++ b/tests/cefsimple/simple_handler_linux.cpp @@ -22,7 +22,7 @@ void SimpleHandler::OnTitleChange(CefRefPtr browser, // Retrieve the X11 window handle for the browser. ::Window window = browser->GetHost()->GetWindowHandle(); - DCHECK_NE(window, kNullWindowHandle); + DCHECK(window != kNullWindowHandle); // Retrieve the atoms required by the below XChangeProperty call. const char* kAtoms[] = {