Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: third_party/WebKit/Source/core/html/HTMLTableCellElement.h

Issue 2502803002: Restrict scope attribute on table cells (Closed)
Patch Set: Patch for landing Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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&);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLTableCellElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698