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

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

Issue 270213007: HTMLTableElement.insertRow()'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/HTMLTableElement.h
diff --git a/Source/core/html/HTMLTableElement.h b/Source/core/html/HTMLTableElement.h
index 4afb1a9e0f09ca87f42f8eee79964a24ef2df6d8..208b15b4a123cc22ab047197942fa440ca7805ba 100644
--- a/Source/core/html/HTMLTableElement.h
+++ b/Source/core/html/HTMLTableElement.h
@@ -56,6 +56,7 @@ public:
PassRefPtrWillBeRawPtr<HTMLElement> createTBody();
PassRefPtrWillBeRawPtr<HTMLElement> createCaption();
void deleteCaption();
+ PassRefPtrWillBeRawPtr<HTMLElement> insertRow(ExceptionState&);
PassRefPtrWillBeRawPtr<HTMLElement> insertRow(int index, ExceptionState&);
void deleteRow(int index, ExceptionState&);
« no previous file with comments | « LayoutTests/fast/dom/HTMLTableElement/insertRow-default-argument-expected.txt ('k') | Source/core/html/HTMLTableElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698