[webkit-reviews] review granted: [Bug 61014] Most built-in properties are not deletable : [Attachment 111100] The patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 14 16:01:02 PDT 2011


Filip Pizlo <fpizlo at apple.com> has granted Gavin Barraclough
<barraclough at apple.com>'s request for review:
Bug 61014: Most built-in properties are not deletable
https://bugs.webkit.org/show_bug.cgi?id=61014

Attachment 111100: The patch
https://bugs.webkit.org/attachment.cgi?id=111100&action=review

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=111100&action=review


> Source/JavaScriptCore/runtime/JSObject.h:214
> +	   void reifyStaticFunctions(ExecState* exec);

Rename to reifyStaticFunctionsForDelete().

> Source/JavaScriptCore/runtime/Structure.h:296
> +	   // 7 free bits

Maybe delete this comment?  It's probably wrong and unlikely to be useful.


More information about the webkit-reviews mailing list