Bug 137318 - Use is<>() / downcast<>() for File
Summary: Use is<>() / downcast<>() for File
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on: 137056
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-01 15:29 PDT by Chris Dumez
Modified: 2014-10-01 21:10 PDT (History)
4 users (show)

See Also:


Attachments
Patch (6.59 KB, patch)
2014-10-01 15:34 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2014-10-01 15:29:41 PDT
Use is<>() / downcast<>() for File instead of isFile() / toFile().
Comment 1 Chris Dumez 2014-10-01 15:34:29 PDT
Created attachment 239057 [details]
Patch
Comment 2 Gyuyoung Kim 2014-10-01 20:34:37 PDT
Comment on attachment 239057 [details]
Patch

LGTM. rs=me.
Comment 3 WebKit Commit Bot 2014-10-01 21:10:40 PDT
Comment on attachment 239057 [details]
Patch

Clearing flags on attachment: 239057

Committed r174197: <http://trac.webkit.org/changeset/174197>
Comment 4 WebKit Commit Bot 2014-10-01 21:10:45 PDT
All reviewed patches have been landed.  Closing bug.