| Index: third_party/WebKit/Source/core/html/RelList.h
|
| diff --git a/third_party/WebKit/Source/core/html/RelList.h b/third_party/WebKit/Source/core/html/RelList.h
|
| index f07b312d518f9dbd3a998d7168bfea115fe9fab4..29966a2df9eb8ecfc82454f0ba4a7d452b74da3f 100644
|
| --- a/third_party/WebKit/Source/core/html/RelList.h
|
| +++ b/third_party/WebKit/Source/core/html/RelList.h
|
| @@ -28,6 +28,7 @@ class RelList final : public DOMTokenList {
|
|
|
| bool ContainsInternal(const AtomicString&) const override;
|
|
|
| + SpaceSplitString& MutableSet() override { return rel_values_; }
|
| const AtomicString& value() const override {
|
| return element_->getAttribute(HTMLNames::relAttr);
|
| }
|
|
|