[Webkit-unassigned] [Bug 159287] New: REGRESSION(200114): Netflix app does not see ChromeCast
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 29 18:19:00 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=159287
Bug ID: 159287
Summary: REGRESSION(200114): Netflix app does not see
ChromeCast
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: msaboff at apple.com
We are dying in the following function:
t = function() {
var e = g.defer(),
a = this,
f = a.config.appId;
n.info.always("Initializing Cast SDK - Version: " + NFGCKFrameworkVersion + " - AppId: " + f);
var h = c.processIflist(nrdp.device.iflist);
a.networkId = c.networkIdFromInterface(h), l.forEach(o, function(b) {
b.handler = b.handler.bind(a), nrdp.device.addEventListener(b.name, b.handler)
});
var i = NFGCKFilterCriteria.criteriaForAvailableApplicationWithID(f);
return NFGCKDeviceScanner.initWithFilterCriteria(i, function(c) {
return c ? (d = c, b = NFGCKDeviceScannerListener.init(), b.didComeOnline = v.bind(a), b.didGoOffline = r.bind(a), b.didChange = s.bind(a), d.addListener(b), d.startScan(), void e.resolve()) : void e.reject(new m(m.ERRORS.START_ERROR, "No cast scanner instance"))
}), e.promise
}
We are dying because there is no initWithFilterCriteria property on NFGCKDeviceScanner. This looks like this is an inadvertent result of change set <http://trac.webkit.org/changeset/200114>.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160630/8e120741/attachment.html>
More information about the webkit-unassigned
mailing list