| Index: Source/core/xml/XPathResult.cpp
|
| diff --git a/Source/core/xml/XPathResult.cpp b/Source/core/xml/XPathResult.cpp
|
| index 531d0bdca40fdf49435fd4d08861038212f227cc..2dcc058f1ec4579ef1599071ab6b3501f0e6d1f8 100644
|
| --- a/Source/core/xml/XPathResult.cpp
|
| +++ b/Source/core/xml/XPathResult.cpp
|
| @@ -44,7 +44,6 @@ XPathResult::XPathResult(EvaluationContext& context, const Value& value)
|
| , m_nodeSetPosition(0)
|
| , m_domTreeVersion(0)
|
| {
|
| - ScriptWrappable::init(this);
|
| switch (m_value.type()) {
|
| case Value::BooleanValue:
|
| m_resultType = BOOLEAN_TYPE;
|
|
|