Bug 79061

Summary: [JSGenerateIsReachable=ImplRoot] is not implemented, it should be [JSGenerateIsReachable]
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, darin, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 77393    
Attachments:
Description Flags
Patch none

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.