| Index: Source/core/dom/ElementRareData.h
|
| diff --git a/Source/core/dom/ElementRareData.h b/Source/core/dom/ElementRareData.h
|
| index 117e93a46eacef2210358381faed18c841d41421..e14dacbe2f729c9e5ae301f398c8caf81e615259 100644
|
| --- a/Source/core/dom/ElementRareData.h
|
| +++ b/Source/core/dom/ElementRareData.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| void resetComputedStyle();
|
| void resetDynamicRestyleObservations();
|
| -
|
| +
|
| short tabIndex() const { return m_tabIndex; }
|
| void setTabIndexExplicitly(short index) { m_tabIndex = index; m_tabIndexWasSetExplicitly = true; }
|
| bool tabIndexSetExplicitly() const { return m_tabIndexWasSetExplicitly; }
|
|
|