Bug 133431

Summary: DYEBench: Ember.js assertion hit at line 20593
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, darin, kling, mjs, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fixes the bug darin: review+

Description Ryosuke Niwa 2014-05-31 23:37:08 PDT
We're hitting an ember.js assertion because ToDoMVC uses jQuery 2.1 and Ember.js 1.3.1 only recognizes jQuery 2.0.
Port the assertion from Ember.js 1.5.1 to suppress the assertion.
Comment 1 Ryosuke Niwa 2014-05-31 23:40:25 PDT
Created attachment 232336 [details]
Fixes the bug
Comment 2 Ryosuke Niwa 2014-06-01 00:02:19 PDT
Committed r169513: <http://trac.webkit.org/changeset/169513>