| 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&);
|
|
|