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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 9 19:28:22 PST 2012


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





--- Comment #2 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-12-09 19:30:46 PST ---
(From update of attachment 178362)
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.

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