[webkit-reviews] review requested: [Bug 26721] Pointer to incomplete class type is not allowed compilation error with RVCT : [Attachment 31856] Include Event.h in Node.h instead of forward declaring the Event class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 08:18:26 PDT 2009


Laszlo Gombos <laszlo.1.gombos at nokia.com> has asked  for review:
Bug 26721: Pointer to incomplete class type is not allowed compilation error
with RVCT
https://bugs.webkit.org/show_bug.cgi?id=26721

Attachment 31856: Include Event.h in Node.h instead of forward declaring the
Event class
https://bugs.webkit.org/attachment.cgi?id=31856&action=review

------- Additional Comments from Laszlo Gombos <laszlo.1.gombos at nokia.com>
This bug is similar in nature to https://bugs.webkit.org/show_bug.cgi?id=24539.


In this particular case "PassRefPtr<Event> underlyingEvent = 0" needs to know
about the Event class definition .


More information about the webkit-reviews mailing list