When running trunk at home, I get the following error message on startup: WebProcess: Couldn't initialize sandbox profile [/Users/benjamin/opensource/WebKit.git/WebKitBuild/Release/WebKit2.framework/Resources/com.apple.WebProcess.sb], error 'line 1: unbound variable: // '
That's horrible. Can you check what's inside this file? Did it get a C++ comment somehow?
Yes indeed: // Some platforms provide UI for suggesting autocorrection. // Some platforms use spelling and autocorrection markers to provide visual cue. // On such platform, if word with marker is edited, we need to remove the marker.(version 1) (deny default (with partial-symbolication)) (allow ipc-posix-shm system-audit system-socket file-read-metadata) Those strings are defined in Platform.h, I don't know how they ended up in here...
*** This bug has been marked as a duplicate of bug 114752 ***