This was causing a crash. It should behave like the underlying JSGlobalContextSetName and not crash, but just clear out the name in JSGlobalObject.
* TEST: JSContext *ctx = [[JSContext alloc] init]; ctx.name = nil; * CRASH: Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.CoreFoundation 0x00007fff8e6deb1f CFStringGetLength + 15 1 com.apple.JavaScriptCore 0x00007fff87e87b54 JSStringCreateWithCFString + 36 2 com.apple.JavaScriptCore 0x00007fff88205ac2 -[JSContext setName:] + 34 3 a.out 0x000000010024df36 main + 102 4 libdyld.dylib 0x00007fff90dcd5c9 start + 1
Created attachment 226765 [details] [PATCH] Proposed Fix
Comment on attachment 226765 [details] [PATCH] Proposed Fix r=me
Comment on attachment 226765 [details] [PATCH] Proposed Fix Clearing flags on attachment: 226765 Committed r165650: <http://trac.webkit.org/changeset/165650>
All reviewed patches have been landed. Closing bug.