| Index: third_party/WebKit/Source/core/frame/FrameSerializer.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameSerializer.h b/third_party/WebKit/Source/core/frame/FrameSerializer.h
|
| index e2e6885bd68b150614d52545edbb157c0f6f2fa9..856863fd3bbd6ee9b5008477fedd30417b4889ac 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameSerializer.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameSerializer.h
|
| @@ -68,7 +68,9 @@ class CORE_EXPORT FrameSerializer final {
|
| class Delegate {
|
| public:
|
| // Controls whether HTML serialization should skip the given attribute.
|
| - virtual bool shouldIgnoreAttribute(const Attribute&) { return false; }
|
| + virtual bool shouldIgnoreAttribute(const Element&, const Attribute&) {
|
| + return false;
|
| + }
|
|
|
| // Method allowing the Delegate control which URLs are written into the
|
| // generated html document.
|
|
|