[Webkit-unassigned] [Bug 91076] [CSS Regions] Add the Region interface and the getRegions() API call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 24 08:14:59 PDT 2012


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





--- Comment #8 from Andrei Bucur <abucur at adobe.com>  2012-07-24 08:15:00 PST ---
(In reply to comment #7)
> (From update of attachment 154048 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=154048&action=review
> 
> > Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:503
> > +    if (($interfaceName eq 'Element' and !($dataNode->extendedAttributes->{"CustomToJSObject"} or $dataNode->extendedAttributes->{"V8CustomToJSObject"})) or $dataNode->extendedAttributes->{"SuppressToJSObject"}) {
> 
> Is this bad to be here? Because Element is now both CSSRegion and Node, the compiler didn't know which one to pick. With this new condition and a JSElementCustom.cpp file I'm solving the ambiguity by manually forcing toV8(Element*) to call toV8(Node*).

That is V8ElementCustom.cpp.

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