[Webkit-unassigned] [Bug 92961] [EFL] Add support for localization to the Web Inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 27 22:41:24 PDT 2012


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





--- Comment #6 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-08-27 22:41:25 PST ---
(From update of attachment 160896)
View in context: https://bugs.webkit.org/attachment.cgi?id=160896&action=review

> Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:143
> +    String inspectorFilesPath = "file://" + WEB_INSPECTOR_INSTALL_DIR;

In this case, we can't use above implicit casting. Please use String(WEB_XXX) instead of makeString(). makeString() was deprecated.

> Source/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp:145
> +        inspectorFilesPath = "file://" + WEB_INSPECTOR_DIR;

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