[Webkit-unassigned] [Bug 84718] [EFL][DRT] LayoutTestController addUserScript implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 25 07:40:50 PDT 2012


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





--- Comment #7 from Raphael Kubo da Costa (rakuco) <rakuco at webkit.org>  2012-04-25 07:40:47 PST ---
(From update of attachment 138764)
View in context: https://bugs.webkit.org/attachment.cgi?id=138764&action=review

> Tools/DumpRenderTree/efl/LayoutTestControllerEfl.cpp:662
> +    DumpRenderTreeSupportEfl::addUserScript(browser->mainView(), WTF::String(source->characters(), source->length()), runAtStart, allFrames);

We generally create the String object by passing the StringImpl* returned by UString directly:
  String(source->ustring().impl())

-- 
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