Bug 154396

Summary: [Unforgeable] operations should not be writable as per Web IDL
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: BindingsAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, cgarcia, commit-queue, darin, esprehn+autocc, ggaren, kondapallykalyan, oliver, rniwa, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
URL: http://heycam.github.io/webidl/#es-operations
Bug Depends on: 154989, 154999    
Bug Blocks:    
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-02-18 08:59:11 PST
[Unforgeable] operations should not be writable as per the Web IDL specification:
http://heycam.github.io/webidl/#es-operations

They were currently non-configurable in WebKit but still writable.
Comment 1 Radar WebKit Bug Importer 2016-02-18 08:59:42 PST
<rdar://problem/24721063>
Comment 2 Chris Dumez 2016-02-18 09:33:53 PST
Created attachment 271664 [details]
Patch
Comment 3 WebKit Commit Bot 2016-02-18 09:36:19 PST
Attachment 271664 [details] did not pass style-queue:


ERROR: Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp:1023:  One line control clauses should not use braces.  [whitespace/braces] [4]
Total errors found: 1 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Chris Dumez 2016-02-18 12:18:36 PST
Comment on attachment 271664 [details]
Patch

Clearing flags on attachment: 271664

Committed r196770: <http://trac.webkit.org/changeset/196770>
Comment 5 Chris Dumez 2016-02-18 12:18:42 PST
All reviewed patches have been landed.  Closing bug.