Bug 118020 - Remove unneccesary cast to Node* in MediaControlTextTrackContainerElement::updateDisplay
Summary: Remove unneccesary cast to Node* in MediaControlTextTrackContainerElement::up...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-06-25 20:53 PDT by Ryosuke Niwa
Modified: 2013-06-26 11:18 PDT (History)
8 users (show)

See Also:


Attachments
Merges the patch (1.71 KB, patch)
2013-06-25 20:54 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-06-25 20:53:46 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/2de89f61bb316f5e166b45ce71bb2b293dbf575d

TextTrackCue is a Node, there's no reason to static_cast from it to Node*.
Comment 1 Ryosuke Niwa 2013-06-25 20:54:35 PDT
Created attachment 205443 [details]
Merges the patch
Comment 2 WebKit Commit Bot 2013-06-26 11:18:02 PDT
Comment on attachment 205443 [details]
Merges the patch

Clearing flags on attachment: 205443

Committed r152003: <http://trac.webkit.org/changeset/152003>
Comment 3 WebKit Commit Bot 2013-06-26 11:18:04 PDT
All reviewed patches have been landed.  Closing bug.