/Users/USER/Projects/WebKit/WebKit2/Shared/mac/UpdateChunk.cpp: In constructor 'WebKit::UpdateChunk::UpdateChunk(const WebCore::IntRect&)': /Users/USER/Projects/WebKit/WebKit2/Shared/mac/UpdateChunk.cpp:49: error: 'vm_allocate' was not declared in this scope /Users/USER/Projects/WebKit/WebKit2/Shared/mac/UpdateChunk.cpp: In destructor 'WebKit::UpdateChunk::~UpdateChunk()': /Users/USER/Projects/WebKit/WebKit2/Shared/mac/UpdateChunk.cpp:55: error: 'vm_deallocate' was not declared in this scope /Users/USER/Projects/WebKit/WebKit2/Platform/mac/WorkQueueMac.cpp: In static member function 'static void WorkQueue::EventSource::cancelHandler(void*)': /Users/USER/Projects/WebKit/WebKit2/Platform/mac/WorkQueueMac.cpp:74: error: 'mach_port_mod_refs' was not declared in this scope /Users/USER/Projects/WebKit/WebKit2/Platform/mac/WorkQueueMac.cpp:78: error: 'mach_port_deallocate' was not declared in this scope xcode 3.2.2 (3.2GM), Mac Pro, 10.6.3 WebKitTools/Scripts/build-webkit --webkit
57355 same issue
Created attachment 52990 [details] Patch Not sure why it is not working, but it won't hurt to #include these files again.
Builds with this patch.
Fixed in r57375.