[Webkit-unassigned] [Bug 27225] Change all Noncopyable inheriting to publicly inheriting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 15:34:20 PDT 2009


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


Darin Adler <darin at apple.com> changed:

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




--- Comment #2 from Darin Adler <darin at apple.com>  2009-07-14 15:34:20 PDT ---
(From update of attachment 32668)
> -struct OpaqueJSClassContextData : Noncopyable {
> +struct OpaqueJSClassContextData : public Noncopyable {

struct inheritance is already public, so this change is not needed. There are
tons of other cases like this. Please don't make those changes since they
aren't needed. Otherwise this seems fine. review- because I'd like to see the
patch without the unneeded changes.

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