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

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

Issue 2376593003: Limit scope getter to predefined values (Closed)
Patch Set: Patch for landing Created 4 years, 3 months 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
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 58c47f0d3ab15a5cf169dfbd7d8f6b9282e42e05..1caed31bcee898d1bc29f1d76688380a0d4c8b29 100644
--- a/third_party/WebKit/Source/core/html/HTMLTableCellElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLTableCellElement.h
@@ -49,6 +49,7 @@ public:
const AtomicString& headers() const;
void setRowSpan(unsigned);
const AtomicString& scope() const;
+ void setScope(const AtomicString&);
private:
HTMLTableCellElement(const QualifiedName&, Document&);

Powered by Google App Engine
This is Rietveld 408576698