Bug 122270 - [WebIDL] Annotate IDL interfaces under Source/WebCore/workers/ with the OperationsNotDeletable attribute
Summary: [WebIDL] Annotate IDL interfaces under Source/WebCore/workers/ with the Opera...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 122213
  Show dependency treegraph
 
Reported: 2013-10-03 08:47 PDT by Zan Dobersek
Modified: 2013-10-04 04:39 PDT (History)
4 users (show)

See Also:


Attachments
Patch (5.22 KB, patch)
2013-10-03 08:49 PDT, Zan Dobersek
darin: review+
Details | Formatted Diff | Diff

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