| Index: Source/core/dom/Element.h
|
| diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
|
| index d5625111a087ff83edb211f7b05286c36dbbc153..16a32e5417c2049526dfb62c05d930a5b953f44e 100644
|
| --- a/Source/core/dom/Element.h
|
| +++ b/Source/core/dom/Element.h
|
| @@ -511,12 +511,7 @@ public:
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| protected:
|
| - Element(const QualifiedName& tagName, Document* document, ConstructionType type)
|
| - : ContainerNode(document, type)
|
| - , m_tagName(tagName)
|
| - {
|
| - ScriptWrappable::init(this);
|
| - }
|
| + Element(const QualifiedName& tagName, Document*, ConstructionType);
|
|
|
| void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, CSSValueID identifier);
|
| void addPropertyToPresentationAttributeStyle(MutableStylePropertySet*, CSSPropertyID, double value, CSSPrimitiveValue::UnitType);
|
|
|