[Webkit-unassigned] [Bug 27494] Crash/Unexpected behavior if call ScriptSourceCode::source on a CachedScript
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 22 07:04:54 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27494
--- Comment #13 from Alexey Proskuryakov <ap at webkit.org> 2009-07-22 07:04:53 PDT ---
+ virtual ~ScriptSourceProvider() { }
There is no need to explicitly define an empty inline destructor here - the
compiler would generate an identical one. It could make sense to define it as
non-inline though, to reduce code bloat.
--
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