[Webkit-unassigned] [Bug 16778] Language specific bindings cannot cache/reuse previously created Instances and RuntimeObjects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 16:24:03 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16778


andersca at apple.com changed:

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




------- Comment #4 from andersca at apple.com  2008-01-10 16:24 PDT -------
(From update of attachment 18337)
>+    virtual BindingLanguage getBindingLanguage() const {return CLanguage;}

Need spaces after the open brace and before the close brace.

>+    virtual BindingLanguage getBindingLanguage() const {return JavaLanguage;}

Here too.

>+    virtual BindingLanguage getBindingLanguage() const {return ObjectiveCLanguage;}

Here too.

>+    virtual BindingLanguage getBindingLanguage() const {return QtLanguage;}

And here :)

This looks great otherwise, r=me.


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



More information about the webkit-unassigned mailing list