Created
November 19, 2013 15:01
-
-
Save arajkumar/7546634 to your computer and use it in GitHub Desktop.
atk error 2.5.91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
../../webkit/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.cpp: In function 'const gchar* webkitAccessibleDocumentGetLocale(AtkDocument*)': | |
../../webkit/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.cpp:114:61: error: 'atk_object_get_object_locale' was not declared in this scope | |
return atk_object_get_object_locale(ATK_OBJECT(document)); | |
^ | |
../../webkit/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.cpp:115:1: warning: control reaches end of non-void function [-Wreturn-type] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment