| Index: Source/core/html/HTMLQuoteElement.h
|
| diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h
|
| index 53719fb71f1b1a43db1d9d841a3195d02bad5a60..09ec799df22c66a47de97cb2b6245a5d598ac808 100644
|
| --- a/Source/core/html/HTMLQuoteElement.h
|
| +++ b/Source/core/html/HTMLQuoteElement.h
|
| @@ -38,6 +38,7 @@ private:
|
|
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const OVERRIDE;
|
| + virtual const QualifiedName& subResourceAttributeName() const OVERRIDE;
|
| };
|
|
|
| } //namespace
|
|
|