[Webkit-unassigned] [Bug 30372] Make typeinfo flags default to false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 15 12:34:44 PDT 2009


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #4 from Darin Adler <darin at apple.com>  2009-10-15 12:34:44 PDT ---
(From update of attachment 41237)
> -        return Structure::create(prototype, TypeInfo(ObjectType));
> +        return Structure::create(prototype, TypeInfo(ObjectType,  JSC::OverridesGetOwnPropertySlot | JSC::HasNonDefaultMark));

Extra space here, and "JSC::" is not needed.

I guess the assertion we have will catch if we got this wrong anywhere at
runtime. Please be sure to run all the regression tests before landing since
that will be caught at runtime, not compile time.

r=me

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