Bug 148900

Summary: Fix JSDollarVMPrototype after r189160
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, darin, fpizlo, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the fix. none

Mark Lam
Reported 2015-09-05 10:04:24 PDT
JSDollarVMPrototype needs to be updated to match http://trac.webkit.org/changeset/189160 i.e. remove the JSC::Function bit in its property attributes.
Attachments
the fix. (1.64 KB, patch)
2015-09-05 10:08 PDT, Mark Lam
no flags
Mark Lam
Comment 1 2015-09-05 10:08:44 PDT
Created attachment 260691 [details] the fix.
Michael Saboff
Comment 2 2015-09-05 22:44:19 PDT
Comment on attachment 260691 [details] the fix. r=me.
WebKit Commit Bot
Comment 3 2015-09-05 23:30:52 PDT
Comment on attachment 260691 [details] the fix. Clearing flags on attachment: 260691 Committed r189443: <http://trac.webkit.org/changeset/189443>
WebKit Commit Bot
Comment 4 2015-09-05 23:30:56 PDT
All reviewed patches have been landed. Closing bug.
Darin Adler
Comment 5 2015-09-06 13:41:33 PDT
Why no regression test?
Mark Lam
Comment 6 2015-09-06 14:02:26 PDT
(In reply to comment #5) > Why no regression test? http://trac.webkit.org/changeset/189160 makes it such that this is simply the new way (not using the JSC::Function attribute) of calling putDirectNativeFunction(). r189160 changed every other place that uses putDirectNativeFunction() but missed this one case. I'm just following up on the missed case. The original patch did not think that this change warranted a regression test, and I applied the same standard for this patch.
Note You need to log in before you can comment on or make changes to this bug.