[Webkit-unassigned] [Bug 122885] Remove more of the UNINTERRUPTED_SEQUENCE thing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 16 00:10:47 PDT 2013


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





--- Comment #1 from Julien Brianceau <jbriance at cisco.com>  2013-10-16 00:09:32 PST ---
Created an attachment (id=214345)
 --> (https://bugs.webkit.org/attachment.cgi?id=214345&action=review)
Remove beginUninterruptedSequence and endUninterruptedSequence functions

Fix the following compilation error:

In file included from /local/jbriance/WebKit/cmake-sh4/webkit/Source/JavaScriptCore/jit/JITCall32_64.cpp:35:0:
/local/jbriance/WebKit/cmake-sh4/webkit/Source/JavaScriptCore/jit/JITInlines.h:121:81: error: no ‘void JSC::JIT::beginUninterruptedSequence(int, int)’ member function declared in class ‘JSC::JIT’
/local/jbriance/WebKit/cmake-sh4/webkit/Source/JavaScriptCore/jit/JITInlines.h:147:88: error: no ‘void JSC::JIT::endUninterruptedSequence(int, int, int)’ member function declared in class ‘JSC::JIT’

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