Skip to content

Instantly share code, notes, and snippets.

@arajkumar
Created November 19, 2013 15:01
Show Gist options
  • Save arajkumar/7546634 to your computer and use it in GitHub Desktop.
Save arajkumar/7546634 to your computer and use it in GitHub Desktop.
atk error 2.5.91
../../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