diff options
Diffstat (limited to 'WebCore/html/HTMLPlugInElement.cpp')
-rw-r--r-- | WebCore/html/HTMLPlugInElement.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/html/HTMLPlugInElement.cpp b/WebCore/html/HTMLPlugInElement.cpp index 51db115..18b1c6a 100644 --- a/WebCore/html/HTMLPlugInElement.cpp +++ b/WebCore/html/HTMLPlugInElement.cpp @@ -23,13 +23,13 @@ #include "config.h" #include "HTMLPlugInElement.h" +#include "Attribute.h" #include "CSSPropertyNames.h" #include "Document.h" #include "Frame.h" #include "FrameLoader.h" #include "FrameTree.h" #include "HTMLNames.h" -#include "MappedAttribute.h" #include "Page.h" #include "RenderWidget.h" #include "ScriptController.h" @@ -126,7 +126,7 @@ bool HTMLPlugInElement::mapToEntry(const QualifiedName& attrName, MappedAttribut return HTMLFrameOwnerElement::mapToEntry(attrName, result); } -void HTMLPlugInElement::parseMappedAttribute(MappedAttribute* attr) +void HTMLPlugInElement::parseMappedAttribute(Attribute* attr) { if (attr->name() == widthAttr) addCSSLength(attr, CSSPropertyWidth, attr->value()); |