[Webkit-unassigned] [Bug 45145] [Qt] V8 port for QT platform: v8 binding changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 12:20:53 PDT 2010


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





--- Comment #5 from Vlad <vladbph at gmail.com>  2010-09-03 12:20:53 PST ---
Just checked removing #if !PLATFORM(QT). It has to be 
    explicit WebCoreStringResource(const AtomicString& string)
        : m_plainString(reinterpret_cast<const WTF::String &>(string))
        , m_atomicString(reinterpret_cast<const WTF::String &>(string))
to specify which to use
"WTF::String::String(const QString &) or
"WTF::String::String(const WTF::String &)

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