Bug 135917

Summary: Web Inspector: Missing semicolon after console.assert in TimelineSidebarPanel.js
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Timothy Hatcher 2014-08-13 17:10:08 PDT
Causes a warning in production builds.
Comment 1 Radar WebKit Bug Importer 2014-08-13 17:10:34 PDT
<rdar://problem/18013224>
Comment 2 Timothy Hatcher 2014-08-13 17:10:48 PDT
Created attachment 236567 [details]
Patch
Comment 3 Joseph Pecoraro 2014-08-13 17:11:47 PDT
Comment on attachment 236567 [details]
Patch

r=me
Comment 4 Timothy Hatcher 2014-08-13 17:14:00 PDT
WARNING: console.assert missing trailing semicolon on line 64001:         console.assert(!selectedByUser, "Recording tree elements should be hidden and only programmatically selectable.")
Comment 5 WebKit Commit Bot 2014-08-13 17:23:27 PDT
Comment on attachment 236567 [details]
Patch

Clearing flags on attachment: 236567

Committed r172544: <http://trac.webkit.org/changeset/172544>
Comment 6 WebKit Commit Bot 2014-08-13 17:23:29 PDT
All reviewed patches have been landed.  Closing bug.