[Webkit-unassigned] [Bug 53747] Add some dynamic annotations to JavaScriptCore/wtf

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 11:43:22 PST 2011


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





--- Comment #31 from Timur Iskhodzhanov <timurrrr at google.com>  2011-03-03 11:43:21 PST ---
... especially given that from the Windows log

1> xcopy /y /d "..\..\wtf\*.h" "%ConfigurationBuildDir%\include\private\JavaScriptCore"
1>..\..\wtf\DynamicAnnotations.h
1>..\..\wtf\ThreadSafeShared.h
<- should have copied the DynamicAnnotations.h to the same dir as "ThreadSafeShared.h"

Should I replace 
#include <wtf/Atomics.h>
#include <wtf/DynamicAnnotations.h>
#include <wtf/ThreadingPrimitives.h>
with
#include <DynamicAnnotations.h>
#include <wtf/Atomics.h>
#include <wtf/ThreadingPrimitives.h>
?
(I don't think so)

I can find neither "Atomics.h" nor "ThreadingPrimitives.h" in the windows log to do to the same xcopy command for my new header.

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