| Index: Source/core/html/HTMLSourceElement.h
|
| diff --git a/Source/core/html/HTMLSourceElement.h b/Source/core/html/HTMLSourceElement.h
|
| index 6df81ff4f0a70932c02b2ea4ede8565cb75492e1..75e27e3d672ac388266f3d37c22663570f0e870f 100644
|
| --- a/Source/core/html/HTMLSourceElement.h
|
| +++ b/Source/core/html/HTMLSourceElement.h
|
| @@ -54,6 +54,7 @@ private:
|
| virtual InsertionNotificationRequest insertedInto(ContainerNode*) OVERRIDE;
|
| virtual void removedFrom(ContainerNode*) OVERRIDE;
|
| virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
| + virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|