Index: Source/core/html/HTMLTableCellElement.h |
diff --git a/Source/core/html/HTMLTableCellElement.h b/Source/core/html/HTMLTableCellElement.h |
index 624036c2f7a8d62b38d6afaf156db6db4016be3f..e4225a2e0b520adc1ef57e543da7569b4f86704b 100644 |
--- a/Source/core/html/HTMLTableCellElement.h |
+++ b/Source/core/html/HTMLTableCellElement.h |
@@ -38,16 +38,16 @@ public: |
int cellIndex() const; |
- int colSpan() const; |
- int rowSpan() const; |
+ unsigned colSpan() const; |
+ unsigned rowSpan() const; |
void setCellIndex(int); |
const AtomicString& abbr() const; |
const AtomicString& axis() const; |
- void setColSpan(int); |
+ void setColSpan(unsigned); |
const AtomicString& headers() const; |
- void setRowSpan(int); |
+ void setRowSpan(unsigned); |
const AtomicString& scope() const; |
HTMLTableCellElement* cellAbove() const; |