[Webkit-unassigned] [Bug 33731] Remove uses of PtrAndFlags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 12:58:58 PST 2010


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46700|review?                     |review-
               Flag|                            |




--- Comment #4 from Oliver Hunt <oliver at apple.com>  2010-01-15 12:58:58 PST ---
(From update of attachment 46700)
r-, i think 
cachedPrototypeStructure = (Structure*)1
 should be

static const Structure* seenFlag = (Structure*)1;

cachedPrototypeStructure = seenFlag

(with a better name for seenFlag)

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