Bug 149547

Summary: Drop [NotDeletable] from QuickTimePluginReplacement.postEvent()
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: MediaAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric.carlson, jer.noble
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2015-09-24 16:47:31 PDT
Drop [NotDeletable] from QuickTimePluginReplacement.postEvent(). It does not appear to be needed and this is the last user of this non-standard IDL attribute.
Comment 1 Chris Dumez 2015-09-24 16:48:58 PDT
Created attachment 261903 [details]
Patch
Comment 2 Chris Dumez 2015-09-24 16:51:52 PDT
FYI, if we really need this operation to not be deletable. It is also possible to use the standard [Unforgeable] IDL extended attribute.
Comment 3 WebKit Commit Bot 2015-09-24 19:57:09 PDT
Comment on attachment 261903 [details]
Patch

Clearing flags on attachment: 261903

Committed r190234: <http://trac.webkit.org/changeset/190234>
Comment 4 WebKit Commit Bot 2015-09-24 19:57:14 PDT
All reviewed patches have been landed.  Closing bug.