WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 72179
Bug 72149
[chromium] failing media/track/tracklist-is-reachable
https://bugs.webkit.org/show_bug.cgi?id=72149
Summary
[chromium] failing media/track/tracklist-is-reachable
Tony Gentilcore
Reported
2011-11-11 10:13:08 PST
Chromium fails the media/track/tracklist-is-reachable test which was introduced by
r99984
.
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=media%2Ftrack%2Ftracklist-is-reachable.html
Apparently V8 doesn't allow us to set expando properties on non-DOM objects that are also EventTargets. Eric Carlson informs me the JSC code for this is in JSTextTrackListOwner::isReachableFromOpaqueRoots We probably need to do something similar.
Attachments
Patch
(1.37 KB, patch)
2011-11-11 10:20 PST
,
Tony Gentilcore
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tony Gentilcore
Comment 1
2011-11-11 10:20:01 PST
Created
attachment 114725
[details]
Patch
Tony Gentilcore
Comment 2
2011-11-11 10:20:34 PST
Committed
r99987
: <
http://trac.webkit.org/changeset/99987
>
Tony Gentilcore
Comment 3
2011-11-11 10:21:09 PST
My patch just sets expectations. Reopening to track the real fix.
Adam Barth
Comment 4
2011-11-13 23:01:35 PST
Yeah, we need to set up the proper object groupings in V8GCController.
Anna Cavender
Comment 5
2011-11-14 13:22:32 PST
*** This bug has been marked as a duplicate of
bug 72179
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug