[webkit-reviews] review granted: [Bug 130648] CREATE_DOM_WRAPPER doesn't need the ExecState. : [Attachment 227578] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 22 16:42:12 PDT 2014


Darin Adler <darin at apple.com> has granted Andreas Kling <akling at apple.com>'s
request for review:
Bug 130648: CREATE_DOM_WRAPPER doesn't need the ExecState.
https://bugs.webkit.org/show_bug.cgi?id=130648

Attachment 227578: Patch
https://bugs.webkit.org/attachment.cgi?id=227578&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=227578&action=review


> Source/WebCore/bindings/js/JSDOMBinding.h:211
> +template<class WrapperClass, class DOMClass> inline JSC::JSValue wrap(
JSDOMGlobalObject* globalObject, DOMClass* domObject)

Extra space left here before JSDOMGlobalObject


More information about the webkit-reviews mailing list