| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index 46493cd2917cf052240fca094f499155513f8ebb..0aa0071a8f9e1e0a3b8fa4a5ae1ee9cba5a75127 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -521,8 +521,6 @@ protected:
|
| virtual bool shouldRegisterAsNamedItem() const { return false; }
|
| virtual bool shouldRegisterAsExtraNamedItem() const { return false; }
|
|
|
| - bool supportsSpatialNavigationFocus() const;
|
| -
|
| void clearTabIndexExplicitlyIfNeeded();
|
| void setTabIndexExplicitly(short);
|
| // Subclasses may override this method to affect focusability. Unlike
|
|
|