Title: [97695] trunk/Source/WebCore
- Revision
- 97695
- Author
- [email protected]
- Date
- 2011-10-17 18:36:33 -0700 (Mon, 17 Oct 2011)
Log Message
Unreviewed build fix after 97691.
* html/HTMLTableCellElement.h:
(WebCore::toHTMLTableCellElement): Avoid declaring the same function twice.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (97694 => 97695)
--- trunk/Source/WebCore/ChangeLog 2011-10-18 01:34:06 UTC (rev 97694)
+++ trunk/Source/WebCore/ChangeLog 2011-10-18 01:36:33 UTC (rev 97695)
@@ -1,3 +1,10 @@
+2011-10-17 Julien Chaffraix <[email protected]>
+
+ Unreviewed build fix after 97691.
+
+ * html/HTMLTableCellElement.h:
+ (WebCore::toHTMLTableCellElement): Avoid declaring the same function twice.
+
2011-10-12 Ojan Vafai <[email protected]>
Unreviewed, rolling out r97661.
Modified: trunk/Source/WebCore/html/HTMLTableCellElement.h (97694 => 97695)
--- trunk/Source/WebCore/html/HTMLTableCellElement.h 2011-10-18 01:34:06 UTC (rev 97694)
+++ trunk/Source/WebCore/html/HTMLTableCellElement.h 2011-10-18 01:36:33 UTC (rev 97695)
@@ -67,6 +67,7 @@
HTMLTableCellElement* toHTMLTableCellElement(Node* node);
const HTMLTableCellElement* toHTMLTableCellElement(const Node* node);
+
// This will catch anyone doing an unnecessary cast.
void toHTMLTableCellElement(const HTMLTableCellElement*);
@@ -83,10 +84,6 @@
{
return static_cast<const HTMLTableCellElement*>(node);
}
-
-// This will catch anyone doing an unnecessary cast.
-void toHTMLTableCellElement(const HTMLTableCellElement*);
-
#endif
} // namespace
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes