Bug 143019 - Web Inspector: Adopt ES6 Class Syntax for CSSStyleDeclarationTextEditor
Summary: Web Inspector: Adopt ES6 Class Syntax for CSSStyleDeclarationTextEditor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-03-24 14:13 PDT by Tobias Reiss
Modified: 2015-03-24 15:54 PDT (History)
8 users (show)

See Also:


Attachments
patch (20.35 KB, patch)
2015-03-24 14:39 PDT, Tobias Reiss
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.