From 93defd83fd7d0c1fd647601ac99b426712f829bb Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Tue, 3 Mar 2015 16:45:37 +0100 Subject: Fix building Qt WebEngine without accessiblity enabled Change-Id: Idb9a384da3aaa118a9b0fb773ca5ba94b96f6bbc Reviewed-by: Andras Becsi --- src/core/browser_accessibility_qt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/browser_accessibility_qt.cpp') diff --git a/src/core/browser_accessibility_qt.cpp b/src/core/browser_accessibility_qt.cpp index 204cda638..5b787b67d 100644 --- a/src/core/browser_accessibility_qt.cpp +++ b/src/core/browser_accessibility_qt.cpp @@ -38,8 +38,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef QT_NO_ACCESSIBILITY #include "browser_accessibility_qt.h" +#ifndef QT_NO_ACCESSIBILITY #include "third_party/WebKit/public/web/WebAXEnums.h" #include "ui/accessibility/ax_node_data.h" -- cgit v1.2.3