[Webkit-unassigned] [Bug 29653] [Qt] Qt-based browser fails to show the right language translation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 9 11:14:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29653





--- Comment #30 from Evan Martin <evan at chromium.org>  2009-10-09 11:14:03 PDT ---
(In reply to comment #29)
> I updated to the latest webkit on linux and made the build. However I got the
> following error when attempting to run either my html page or Evan's html page.
> Anyone has a clue? Thanks!
> 
> WebKitBuild/Release/bin/DumpRenderTree --qt -o /home/cshu/LayoutTests/
> LayoutTests/fast/css/opacity-float.html
> CONSOLE MESSAGE: line 6: TypeError: Result of expression
> 'layoutTestController.setPOSIXLocale' [undefined] is not a function.

Check that you have these definitions:

DumpRenderTree/LayoutTestController.cpp:static JSValueRef
setPOSIXLocaleCallback(JSContextRef context, JSObjectRef 
DumpRenderTree/LayoutTestController.cpp:   
controller->setPOSIXLocale(locale.get());
DumpRenderTree/LayoutTestController.cpp:        { "setPOSIXLocale",
setPOSIXLocaleCallback, kJSPropertyAttributeRea
DumpRenderTree/LayoutTestController.cpp:void
LayoutTestController::setPOSIXLocale(JSStringRef locale)
DumpRenderTree/LayoutTestController.h:    void setPOSIXLocale(JSStringRef
locale);

And then check that this code is in your DRT build.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list