[Webkit-unassigned] [Bug 42447] DeviceOrientationEvent.h should not forward-declare DeviceOrientation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 16 09:47:48 PDT 2010


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





--- Comment #6 from hans at chromium.org  2010-07-16 09:47:48 PST ---
(In reply to comment #5)
> Adding the include is one solution in a case like this. Another is to explicitly declare the virtual destructor and define it in the .cpp file. It will have just an empty body, but it will make sure that people who include the header don’t have to compile the destructor.

Ah, I didn't think of that. Do you think we should change it?

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