Linux: Fix compile error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1824 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-09-09 20:42:51 +00:00
parent d5f9215aab
commit 0db2304eae

View File

@@ -22,7 +22,7 @@ void SimpleHandler::OnTitleChange(CefRefPtr<CefBrowser> 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[] = {