[Webkit-unassigned] [Bug 74313] Implement the JavaScriptCore bindings for eventListenerHandlerLocation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 12 14:41:21 PST 2011


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #118822|review?                     |review-
               Flag|                            |




--- Comment #4 from Geoffrey Garen <ggaren at apple.com>  2011-12-12 14:41:21 PST ---
(From update of attachment 118822)
View in context: https://bugs.webkit.org/attachment.cgi?id=118822&action=review

> Source/WebCore/bindings/js/ScriptEventListener.cpp:123
> +    sourceName = String(funcExecutable->sourceURL().characters());

funcExecutable->sourceURL() is a UString. The preferred way to convert JSC::UString to WTF::String is to call ustringToString(), which will avoid a copy.

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