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

Description Tobias Reiss 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.
Comment 1 Radar WebKit Bug Importer 2015-03-24 14:13:45 PDT
<rdar://problem/20281383>
Comment 2 Tobias Reiss 2015-03-24 14:39:08 PDT
Created attachment 249354 [details]
patch
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-03-24 15:54:54 PDT
All reviewed patches have been landed.  Closing bug.