Bug 79061 - [JSGenerateIsReachable=ImplRoot] is not implemented, it should be [JSGenerateIsReachable]
Summary: [JSGenerateIsReachable=ImplRoot] is not implemented, it should be [JSGenerate...
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:48 PST by Kentaro Hara
Modified: 2012-02-20 21:28 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.53 KB, patch)
2012-02-20 17:50 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:48:23 PST
CSSStyleDeclaration.idl uses [JSGenerateIsReachable=ImplRoot], but "ImplRoot" is not implemented in CodeGeneratorJS.pm. We can replace [JSGenerateIsReachable=ImplRoot] with [JSGenerateIsReachable].
Comment 1 Kentaro Hara 2012-02-20 17:50:10 PST
Created attachment 127878 [details]
Patch
Comment 2 WebKit Review Bot 2012-02-20 21:28:22 PST
Comment on attachment 127878 [details]
Patch

Clearing flags on attachment: 127878

Committed r108300: <http://trac.webkit.org/changeset/108300>
Comment 3 WebKit Review Bot 2012-02-20 21:28:26 PST
All reviewed patches have been landed.  Closing bug.