Bug 69807 - Add getOwnPropertySlot to MethodTable
Summary: Add getOwnPropertySlot to MethodTable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on: 69810
Blocks: 67690
  Show dependency treegraph
 
Reported: 2011-10-10 18:06 PDT by Mark Hahnenberg
Modified: 2011-10-25 11:50 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.81 KB, patch)
2011-10-24 12:06 PDT, Mark Hahnenberg
oliver: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2011-10-10 18:06:33 PDT
We now need to add both versions of getOwnPropertySlot to the MethodTable in ClassInfo in preparation from removing the virtual version of getOwnPropertySlot.
Comment 1 Mark Hahnenberg 2011-10-24 12:06:12 PDT
Created attachment 112228 [details]
Patch
Comment 2 Oliver Hunt 2011-10-24 16:53:13 PDT
Comment on attachment 112228 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-10-24 21:18:02 PDT
Comment on attachment 112228 [details]
Patch

Rejecting attachment 112228 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
n/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc
First, rewinding head to replay your work on top of it...
Fast-forwarded master to refs/remotes/origin/master.
Updating chromium port dependencies using gclient...

________ running '/usr/bin/python tools/clang/scripts/update.py --mac-only' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'

________ running '/usr/bin/python gyp_webkit' in '/mnt/git/webkit-commit-queue/Source/WebKit/chromium'
Updating webkit projects from gyp files...

Full output: http://queues.webkit.org/results/10210108
Comment 4 Mark Hahnenberg 2011-10-25 11:50:58 PDT
Committed r98367: <http://trac.webkit.org/changeset/98367>