[Webkit-unassigned] [Bug 67302] Add pass-throughs for NPObject/v8::Value marshalling to WebBindings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 31 13:49:36 PDT 2011


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





--- Comment #2 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-08-31 13:49:36 PST ---
(From update of attachment 105796)
View in context: https://bugs.webkit.org/attachment.cgi?id=105796&action=review

> Source/WebKit/chromium/public/WebBindings.h:169
> +    WEBKIT_EXPORT static v8::Handle<v8::Value> convertNPVariantToV8Object(const NPVariant*);

This returns a v8::Value, not a v8::Object.  Maybe the name should be convertNPVariantToV8Value?  or, maybe we could even use short-cuts like:

  toV8Value
  toNPVariant

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