Bug 61100 - +[WebScriptObject throwException:] doesn't work when invoke from obj-c field access
Summary: +[WebScriptObject throwException:] doesn't work when invoke from obj-c field ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-18 18:07 PDT by Oliver Hunt
Modified: 2011-05-18 18:17 PDT (History)
0 users

See Also:


Attachments
Patch (2.87 KB, patch)
2011-05-18 18:10 PDT, Oliver Hunt
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>