| Index: third_party/WebKit/Source/core/editing/serializers/MarkupAccumulator.h
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/MarkupAccumulator.h b/third_party/WebKit/Source/core/editing/serializers/MarkupAccumulator.h
|
| index 1a6247e37b48a6072900dbb0d06ac477e0fc72e4..b221481e9642d7bacb44a9fa15ecd63be0de7132 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/MarkupAccumulator.h
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/MarkupAccumulator.h
|
| @@ -64,7 +64,7 @@ class MarkupAccumulator {
|
| Namespaces*);
|
|
|
| virtual void appendText(StringBuilder&, Text&);
|
| - virtual bool shouldIgnoreAttribute(const Attribute&);
|
| + virtual bool shouldIgnoreAttribute(const Element&, const Attribute&);
|
| virtual void appendElement(StringBuilder&, Element&, Namespaces*);
|
| void appendOpenTag(StringBuilder&, const Element&, Namespaces*);
|
| void appendCloseTag(StringBuilder&, const Element&);
|
|
|