Bug 65910 - JavaMethodJobject is no longer needed by V8
Summary: JavaMethodJobject is no longer needed by V8
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Steve Block
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-09 05:00 PDT by Steve Block
Modified: 2011-08-09 07:19 PDT (History)
2 users (show)

See Also:


Attachments
Patch (38.04 KB, patch)
2011-08-09 06:41 PDT, Steve Block
tonyg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2011-08-09 05:00:28 PDT
After http://trac.webkit.org/changeset/92659, JavaMethodJobject is not used by V8. We can therefore remove the JavaScript engine-independent interface JavaMethod and move the implementation to WebCore/bridge/jni/jsc.
Comment 1 Steve Block 2011-08-09 06:41:20 PDT
Created attachment 103354 [details]
Patch
Comment 2 Steve Block 2011-08-09 07:19:15 PDT
Committed r92681: <http://trac.webkit.org/changeset/92681>