Bug 122273 - [WebIDL] Annotate IDL interfaces under Source/WebCore/plugins/ with the OperationsNotDeletable attribute
Summary: [WebIDL] Annotate IDL interfaces under Source/WebCore/plugins/ 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:54 PDT by Zan Dobersek
Modified: 2013-10-04 04:53 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.56 KB, patch)
2013-10-03 08:55 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:54:26 PDT
[WebIDL] Annotate IDL interfaces under Source/WebCore/plugins/ with the OperationsNotDeletable attribute
Comment 1 Zan Dobersek 2013-10-03 08:55:05 PDT
Created attachment 213256 [details]
Patch
Comment 2 Darin Adler 2013-10-03 12:54:47 PDT
Comment on attachment 213256 [details]
Patch

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

> Source/WebCore/plugins/DOMMimeType.idl:23
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.
Comment 3 Zan Dobersek 2013-10-04 04:53:54 PDT
Committed r156884: <http://trac.webkit.org/changeset/156884>