RESOLVED FIXED 59205
Make it harder to use HandleSlot incorrectly
https://bugs.webkit.org/show_bug.cgi?id=59205
Summary Make it harder to use HandleSlot incorrectly
Oliver Hunt
Reported 2011-04-22 09:41:11 PDT
Make it harder to use HandleSlot incorrectly
Attachments
Patch (18.17 KB, patch)
2011-04-22 11:03 PDT, Oliver Hunt
ggaren: review+
Oliver Hunt
Comment 1 2011-04-22 11:03:36 PDT
Geoffrey Garen
Comment 2 2011-04-22 11:17:18 PDT
Comment on attachment 90726 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=90726&action=review r=me > Source/JavaScriptCore/runtime/WriteBarrier.h:47 > + JSValue* toJSValueRef() { return this; } This name was a bit confusing to me because "JSValueRef" is a name in the JavaScriptCore API. I'd recommend just having toJSValue(), and using &toJSValue() where needed.
Oliver Hunt
Comment 3 2011-04-22 11:28:20 PDT
Build Bot
Comment 4 2011-04-22 11:29:20 PDT
WebKit Review Bot
Comment 5 2011-04-22 11:47:45 PDT
http://trac.webkit.org/changeset/84650 might have broken Windows Release (Build) and Windows Debug (Build)
Note You need to log in before you can comment on or make changes to this bug.