Bug 29823 - [Chromium] V8WebKitPointConstructor ignores parameters
Summary: [Chromium] V8WebKitPointConstructor ignores parameters
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nate Chapin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-28 13:28 PDT by Nate Chapin
Modified: 2009-09-28 14:31 PDT (History)
1 user (show)

See Also:


Attachments
patch (1.93 KB, patch)
2009-09-28 13:30 PDT, Nate Chapin
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Chapin 2009-09-28 13:28:22 PDT
"new WebKitPoint(x,y);" currently gets treated exactly the same "new WebKitPoint();". The constructor callback needs to be customized instead of just calling V8Proxy::constructDOMObject().
Comment 1 Nate Chapin 2009-09-28 13:30:46 PDT
Created attachment 40252 [details]
patch
Comment 2 Dimitri Glazkov (Google) 2009-09-28 13:35:21 PDT
Comment on attachment 40252 [details]
patch

r=me.
Comment 3 WebKit Commit Bot 2009-09-28 14:31:01 PDT
Comment on attachment 40252 [details]
patch

Clearing flags on attachment: 40252

Committed r48834: <http://trac.webkit.org/changeset/48834>
Comment 4 WebKit Commit Bot 2009-09-28 14:31:04 PDT
All reviewed patches have been landed.  Closing bug.