Bug 61100

Summary: +[WebScriptObject throwException:] doesn't work when invoke from obj-c field access
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Description Oliver Hunt 2011-05-18 18:07:16 PDT
+[WebScriptObject throwException:] doesn't work when invoke from obj-c field access
Comment 1 Oliver Hunt 2011-05-18 18:10:33 PDT
Created attachment 94019 [details]
Patch
Comment 2 Geoffrey Garen 2011-05-18 18:14:17 PDT
Comment on attachment 94019 [details]
Patch

Please use the JSLock object instead.
Comment 3 Oliver Hunt 2011-05-18 18:17:45 PDT
Committed r86810: <http://trac.webkit.org/changeset/86810>