Index: Source/core/html/HTMLQuoteElement.h |
diff --git a/Source/core/html/HTMLQuoteElement.h b/Source/core/html/HTMLQuoteElement.h |
index 2b8530322f82700e0507d5372dd144c3c17584cc..1b808c017e680e4c3dbe430c6afa289da92a5042 100644 |
--- a/Source/core/html/HTMLQuoteElement.h |
+++ b/Source/core/html/HTMLQuoteElement.h |
@@ -35,7 +35,7 @@ public: |
private: |
HTMLQuoteElement(const QualifiedName&, Document*); |
- |
+ |
virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE; |
virtual bool isURLAttribute(const Attribute&) const OVERRIDE; |
}; |