Bug 143019

Summary: Web Inspector: Adopt ES6 Class Syntax for CSSStyleDeclarationTextEditor
Product: WebKit Reporter: Tobias Reiss <tobi+webkit>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch none

Tobias Reiss
Reported 2015-03-24 14:13:06 PDT
* SUMMARY Adopt ES6 Class Syntax for CSSStyleDeclarationTextEditor. * NOTES The const keyword isn't allowed in strict mode, and ES6 class method scope uses strict mode implicitly. Instances of const will need to be replaced with var.
Attachments
patch (20.35 KB, patch)
2015-03-24 14:39 PDT, Tobias Reiss
no flags
Radar WebKit Bug Importer
Comment 1 2015-03-24 14:13:45 PDT
Tobias Reiss
Comment 2 2015-03-24 14:39:08 PDT
WebKit Commit Bot
Comment 3 2015-03-24 15:54:49 PDT
Comment on attachment 249354 [details] patch Clearing flags on attachment: 249354 Committed r181912: <http://trac.webkit.org/changeset/181912>
WebKit Commit Bot
Comment 4 2015-03-24 15:54:54 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.