|
Move HTMLTable*Element.insert{Row,Cell}'s argument default into IDL file
They each take an index argument, that should default to -1.
This matches the specification, and doesn't change behavior since these
defaults were already implemented in the C++ code.
BUG= 258153
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180656
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+3 lines, -24 lines) |
Patch |
|
M |
Source/core/html/HTMLTableElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableElement.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableRowElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableRowElement.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableRowElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableSectionElement.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableSectionElement.cpp
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
Source/core/html/HTMLTableSectionElement.idl
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|