WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
161565
Web Inspector: Address ESLint undefined variable errors in UserInterface/Views
https://bugs.webkit.org/show_bug.cgi?id=161565
Summary
Web Inspector: Address ESLint undefined variable errors in UserInterface/Views
Joseph Pecoraro
Reported
2016-09-02 20:16:57 PDT
Address ESLint undefined variable errors in UserInterface/Views: Source/WebInspectorUI/UserInterface/Views/DataGrid.js 873:19 error 'identifier' is defined but never used no-unused-vars 875:20 error 'columnIdentifier' is not defined no-undef Source/WebInspectorUI/UserInterface/Views/SourceCodeTextEditor.js 1018:50 error 'breakpoint' is not defined no-undef Source/WebInspectorUI/UserInterface/Views/TextContentView.js 154:13 error 'activated' is defined but never used no-unused-vars 155:47 error 'formatted' is not defined no-undef Real issues that would cause runtime exceptions.
Attachments
[PATCH] Proposed Fix
(3.08 KB, patch)
2016-09-02 20:17 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2016-09-02 20:17:38 PDT
Created
attachment 287851
[details]
[PATCH] Proposed Fix
WebKit Commit Bot
Comment 2
2016-09-03 07:40:33 PDT
Comment on
attachment 287851
[details]
[PATCH] Proposed Fix Clearing flags on attachment: 287851 Committed
r205401
: <
http://trac.webkit.org/changeset/205401
>
WebKit Commit Bot
Comment 3
2016-09-03 07:40:36 PDT
All reviewed patches have been landed. Closing bug.
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