[Webkit-unassigned] [Bug 104329] [EFL] Refactor duplicate code into FileSystemEfl.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 06:23:38 PST 2012


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





--- Comment #4 from Seokju Kwon <seokju.kwon at gmail.com>  2012-12-10 06:26:02 PST ---
(In reply to comment #2)
> (From update of attachment 178362 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=178362&action=review
> 
> > Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:143
> > +    return ASCIILiteral("file://") + getInspectorResourcePath();
> 
> In concatenation case, it looks that "file://" + getInspectorResourcePath() is enough, doesn't it ?
> 
> > Source/WebKit2/UIProcess/efl/WebInspectorProxyEfl.cpp:165
> > +    return ASCIILiteral("file://") + WebCore::getInspectorResourcePath();
> 
> ditto.

I will remove ASCIILiteral().

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