[Webkit-unassigned] [Bug 35885] [EFL] Add KURLEfl.cpp to WC/platform/efl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 9 20:40:05 PST 2010


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


Holger Freyther <zecke at selfish.org> changed:

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




--- Comment #2 from Holger Freyther <zecke at selfish.org>  2010-03-09 20:40:04 PST ---
(From update of attachment 50254)

> +#include <Ecore.h>

the include is not needed.

> +
> +namespace WebCore {
> +
> +String KURL::fileSystemPath() const
> +{
> +    CString filename = m_string.utf8();
> +
> +    if (!filename.data())
> +        return String();
> +
> +    String path = String::fromUTF8(filename.data());
> +    return path;

The implementation is totally bogus. You can easily steal the KURLQt.cpp
implementation
or at least take a look at that.

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