Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: Source/core/html/HTMLTableRowElement.h

Issue 263323004: HTMLTableRowElement.insertCell()'s argument default value should be -1 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/html/HTMLTableRowElement.h
diff --git a/Source/core/html/HTMLTableRowElement.h b/Source/core/html/HTMLTableRowElement.h
index a5a7e148d2f6264bd40a4b0a30d3da0ecf69cc1e..0d121c69861cd6ed29fc113dc6cac1d70432e155 100644
--- a/Source/core/html/HTMLTableRowElement.h
+++ b/Source/core/html/HTMLTableRowElement.h
@@ -40,6 +40,7 @@ public:
int sectionRowIndex() const;
+ PassRefPtr<HTMLElement> insertCell(ExceptionState&);
PassRefPtr<HTMLElement> insertCell(int index, ExceptionState&);
void deleteCell(int index, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698