[Webkit-unassigned] [Bug 115238] New: [Qt][Mac] r149112 broke Qt Mountain Lion Release build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 26 02:01:18 PDT 2013


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

           Summary: [Qt][Mac] r149112 broke Qt Mountain Lion Release build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zarvai at inf.u-szeged.hu
                CC: andersca at apple.com, ossy at webkit.org,
                    jocelyn.turcotte at digia.com, kadam at inf.u-szeged.hu,
                    mikhail.pozdnyakov at intel.com


In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/bytecode/ArrayProfile.h:29:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/runtime/JSArray.h:24:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/runtime/ArrayConventions.h:24:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/runtime/IndexingHeader.h:29:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/runtime/PropertyStorage.h:29:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/runtime/WriteBarrier.h:31:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/heap/Heap.h:37:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/JavaScriptCore/heap/SlotVisitor.h:32:
In file included from /Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WTF/wtf/text/StringHash.h:25:
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WTF/wtf/text/AtomicString.h:81:56: error: no member named 'move' in namespace 'std'
    AtomicString(AtomicString&& other) : m_string(std::move(other.m_string)) { }
                                                  ~~~~~^
/Users/admin/work/WebKit-BuildSlave/qt-mountainlion-release/build/Source/WTF/wtf/text/AtomicString.h:83:69: error: no member named 'move' in namespace 'std'
    AtomicString& operator=(AtomicString&& other) { m_string = std::move(other.m_string); return *this; }
                                                               ~~~~~^

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