Index: third_party/WebKit/Source/core/html/HTMLTableCellElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLTableCellElement.h b/third_party/WebKit/Source/core/html/HTMLTableCellElement.h |
index b36326f9891b106607046f8917593bd4cfaa40c4..35564bd8951b2c7f7e2ba962d5f57574eef6ae3d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLTableCellElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLTableCellElement.h |
@@ -49,8 +49,6 @@ class CORE_EXPORT HTMLTableCellElement final : public HTMLTablePartElement { |
void setColSpan(unsigned); |
const AtomicString& headers() const; |
void setRowSpan(unsigned); |
- const AtomicString& scope() const; |
- void setScope(const AtomicString&); |
private: |
HTMLTableCellElement(const QualifiedName&, Document&); |