[Webkit-unassigned] [Bug 19363] Compiler error in Entity.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 3 00:56:51 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=19363
ap at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #21470|review? |review+
Flag| |
------- Comment #2 from ap at webkit.org 2008-06-03 00:56 PDT -------
(From update of attachment 21470)
I think that this is basically the right fix. I'll land it with some
modifications.
+ Entity(): ContainerNode(0){};
We'd write this as
+ Entity() : ContainerNode(0) {}
Also, the constructor should be private for clarity.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list