Bug 70439

Summary: Add put to the MethodTable
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67690    
Attachments:
Description Flags
Patch
none
Patch
none
Patch oliver: review+, webkit.review.bot: commit-queue-

Description Mark Hahnenberg 2011-10-19 14:19:02 PDT
We now need to add both versions of put to the MethodTable in ClassInfo in preparation from removing the virtual versions of put.
Comment 1 Mark Hahnenberg 2011-10-19 14:22:15 PDT
Created attachment 111674 [details]
Patch
Comment 2 Mark Hahnenberg 2011-10-19 17:03:12 PDT
Created attachment 111697 [details]
Patch
Comment 3 Mark Hahnenberg 2011-10-19 17:58:39 PDT
Created attachment 111704 [details]
Patch
Comment 4 Oliver Hunt 2011-10-21 16:22:05 PDT
Comment on attachment 111704 [details]
Patch

r=me
Comment 5 WebKit Review Bot 2011-10-21 17:31:01 PDT
Comment on attachment 111704 [details]
Patch

Rejecting attachment 111704 [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/10204032
Comment 6 Mark Hahnenberg 2011-10-21 17:48:12 PDT
Committed r98177: <http://trac.webkit.org/changeset/98177>