Chromium Code Reviews| Index: third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
| diff --git a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
| index 2779b52b78d584da2e9de46afc3bf055d4c1fc0c..0b70cd81c629a8bcc9c2daa88f766ba3d9f132d4 100644 |
| --- a/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
| +++ b/third_party/WebKit/Source/core/html/HTMLSlotElement.cpp |
| @@ -279,6 +279,11 @@ void HTMLSlotElement::clearDistribution() |
| didUpdateDistribution(); |
| } |
| +short HTMLSlotElement::tabIndex() const |
| +{ |
|
kochi
2016/04/01 06:22:44
Maybe insert the same comment as HTMLAnchorElement
|
| + return Element::tabIndex(); |
| +} |
| + |
| DEFINE_TRACE(HTMLSlotElement) |
| { |
| #if ENABLE(OILPAN) |