Bug 79060 - Replace [Callback=FunctionOnly] with [Callback]
Summary: Replace [Callback=FunctionOnly] with [Callback]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 77393
  Show dependency treegraph
 
Reported: 2012-02-20 17:36 PST by Kentaro Hara
Modified: 2012-02-20 20:53 PST (History)
3 users (show)

See Also:


Attachments
Patch (7.84 KB, patch)
2012-02-20 17:39 PST, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-02-20 17:36:42 PST
[Callback=FunctionOnly] is not implemented by any code generator. We can replace it with [Callback].

### I am implementing an "IDL attribute checker" to catch these "not-implemented-but-misused" cases.
Comment 1 Kentaro Hara 2012-02-20 17:39:11 PST
Created attachment 127874 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-20 20:52:47 PST
Comment on attachment 127874 [details]
Patch

Clearing flags on attachment: 127874

Committed r108297: <http://trac.webkit.org/changeset/108297>
Comment 3 WebKit Review Bot 2012-02-20 20:53:02 PST
All reviewed patches have been landed.  Closing bug.