Bug 122951 - Make TYPE_CASTS_BASE more flexible
Summary: Make TYPE_CASTS_BASE more flexible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-17 02:06 PDT by Gyuyoung Kim
Modified: 2013-10-21 02:51 PDT (History)
6 users (show)

See Also:


Attachments
Patch (5.38 KB, patch)
2013-10-17 02:12 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff
Patch (5.54 KB, patch)
2013-10-20 04:30 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2013-10-17 02:06:09 PDT
TYPE_CASTS_BASE is being used by node|element type cast. However, it is difficult to use it for other type cast. For instance, CSSValue, Accessibility and so on. This patch modify TYPE_CASTS_BASE which can support other type casts.
Comment 1 Gyuyoung Kim 2013-10-17 02:12:01 PDT
Created attachment 214437 [details]
Patch
Comment 2 Gyuyoung Kim 2013-10-17 02:14:03 PDT
Using Blink commit : https://src.chromium.org/viewvc/blink?view=rev&revision=159446
Comment 3 Gyuyoung Kim 2013-10-20 04:30:32 PDT
Created attachment 214695 [details]
Patch
Comment 4 Andreas Kling 2013-10-21 02:07:42 PDT
Comment on attachment 214695 [details]
Patch

OK
Comment 5 WebKit Commit Bot 2013-10-21 02:51:29 PDT
Comment on attachment 214695 [details]
Patch

Clearing flags on attachment: 214695

Committed r157717: <http://trac.webkit.org/changeset/157717>
Comment 6 WebKit Commit Bot 2013-10-21 02:51:31 PDT
All reviewed patches have been landed.  Closing bug.