Bug 122270

Summary: [WebIDL] Annotate IDL interfaces under Source/WebCore/workers/ with the OperationsNotDeletable attribute
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, esprehn+autocc, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 122213    
Attachments:
Description Flags
Patch darin: review+

Description Zan Dobersek 2013-10-03 08:47:53 PDT
[WebIDL] Annotate IDL interfaces under Source/WebCore/workers/ with the OperationsNotDeletable attribute
Comment 1 Zan Dobersek 2013-10-03 08:49:04 PDT
Created attachment 213253 [details]
Patch
Comment 2 Darin Adler 2013-10-03 12:48:54 PDT
Comment on attachment 213253 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=213253&action=review

> Source/WebCore/workers/AbstractWorker.idl:35
> +    OperationsNotDeletable

No operations in this class, so it would be good to not make this change.

> Source/WebCore/workers/SharedWorker.idl:40
> +    OperationsNotDeletable

No operations in this class, so it would be good to not make this change.
Comment 3 Zan Dobersek 2013-10-04 04:39:37 PDT
Committed r156882: <http://trac.webkit.org/changeset/156882>