[Webkit-unassigned] [Bug 55221] Build fix for Intel ICC Compiler
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 28 08:53:00 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=55221
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #84041|review? |review+
Flag| |
--- Comment #6 from Alexey Proskuryakov <ap at webkit.org> 2011-02-28 08:53:00 PST ---
(From update of attachment 84041)
+{
+
+}
We don't put a blank line in empty function bodies.
+ // This destructor is needed in order to link correctly with Intel ICC.
The comment is only needed to prevent accidental removal of the destructor - it would be sufficient (and better) to only have it in .cpp file. People looking for something else in the header don't need to know about this.
--
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