[Webkit-unassigned] [Bug 92168] [V8] Correct WebIDL type should be used in the testing IDL file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 16:25:45 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=92168


Kentaro Hara <haraken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #154159|review?                     |review+
               Flag|                            |




--- Comment #3 from Kentaro Hara <haraken at chromium.org>  2012-07-24 16:25:48 PST ---
(From update of attachment 154159)
View in context: https://bugs.webkit.org/attachment.cgi?id=154159&action=review

> Source/WebCore/bindings/scripts/test/TestObj.idl:193
> +        [V8EnabledAtRuntime=FeatureName] void enabledAtRuntimeMethod2(in long intArg);

Let's rename to longArg.

> Source/WebCore/bindings/scripts/test/TestObj.idl:198
> +        [V8EnabledPerContext] void enabledPerContextMethod1(in long intArg);
> +        [V8EnabledPerContext=FeatureName] void enabledPerContextMethod2(in long intArg);

Ditto.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list