Index: Source/core/dom/Element.h |
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h |
index 5dd1628377c3fc2f602540cdeb1b96629eb63f00..14dae05aca3a006f0740675cbaf97f276132b6e1 100644 |
--- a/Source/core/dom/Element.h |
+++ b/Source/core/dom/Element.h |
@@ -533,7 +533,7 @@ protected: |
virtual bool shouldRegisterAsNamedItem() const { return false; } |
virtual bool shouldRegisterAsExtraNamedItem() const { return false; } |
- virtual bool supportsSpatialNavigationFocus() const; |
+ bool supportsSpatialNavigationFocus() const; |
void clearTabIndexExplicitlyIfNeeded(); |
void setTabIndexExplicitly(short); |