[Webkit-unassigned] [Bug 74068] Fixing support for static conditional overloaded functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 10:04:28 PST 2011


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





--- Comment #4 from Erik Arvidsson <arv at chromium.org>  2011-12-08 10:04:28 PST ---
(From update of attachment 118350)
View in context: https://bugs.webkit.org/attachment.cgi?id=118350&action=review

This does not do V8. I'm fine without V8 support in this patch. I can add it in another patch.

> Source/WebCore/bindings/scripts/test/TestObj.idl:171
> +        static [Conditional=Condition1] void overloadedMethod1(in long arg);
> +        static [Conditional=Condition1] void overloadedMethod1(in DOMString type);

Can this be called overloadedClassMethod instead?

> Source/WebCore/bindings/scripts/test/V8/V8TestObj.cpp:1288
>  
> +static v8::Handle<v8::Value> overloadedMethod11Callback(const v8::Arguments& args)

This needs #if ENABLE(Condition1) too.

-- 
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