diff options
Diffstat (limited to 'WebCore/html/HTMLVideoElement.cpp')
-rw-r--r-- | WebCore/html/HTMLVideoElement.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WebCore/html/HTMLVideoElement.cpp b/WebCore/html/HTMLVideoElement.cpp index 3db48f1..dd37b69 100644 --- a/WebCore/html/HTMLVideoElement.cpp +++ b/WebCore/html/HTMLVideoElement.cpp @@ -28,15 +28,15 @@ #if ENABLE(VIDEO) #include "HTMLVideoElement.h" -#include "Chrome.h" -#include "ChromeClient.h" +#include "Attribute.h" #include "CSSHelper.h" #include "CSSPropertyNames.h" +#include "Chrome.h" +#include "ChromeClient.h" #include "Document.h" #include "ExceptionCode.h" #include "HTMLImageLoader.h" #include "HTMLNames.h" -#include "MappedAttribute.h" #include "Page.h" #include "RenderImage.h" #include "RenderVideo.h" @@ -91,7 +91,7 @@ void HTMLVideoElement::detach() m_imageLoader.clear(); } -void HTMLVideoElement::parseMappedAttribute(MappedAttribute* attr) +void HTMLVideoElement::parseMappedAttribute(Attribute* attr) { const QualifiedName& attrName = attr->name(); |