<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - REGRESSION(200114): Netflix app does not see ChromeCast"
href="https://bugs.webkit.org/show_bug.cgi?id=159287">159287</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>REGRESSION(200114): Netflix app does not see ChromeCast
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>JavaScriptCore
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>msaboff@apple.com
</td>
</tr></table>
<p>
<div>
<pre>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 <<a href="http://trac.webkit.org/changeset/200114">http://trac.webkit.org/changeset/200114</a>>.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>