Index: Source/core/html/HTMLQuoteElement.h |
diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h |
index 53719fb71f1b1a43db1d9d841a3195d02bad5a60..f5c4acd096adb3b8f976d8d505df9fd7592fb8ac 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 |