| Index: Source/core/dom/Entity.h
 | 
| diff --git a/Source/core/dom/Entity.h b/Source/core/dom/Entity.h
 | 
| index ee46c2c7bdfce2622d1ddf7377264bb94a7d35ee..e1a7a0025135e91bbac997449a7c68e8d900e424 100644
 | 
| --- a/Source/core/dom/Entity.h
 | 
| +++ b/Source/core/dom/Entity.h
 | 
| @@ -28,11 +28,7 @@ namespace WebCore {
 | 
|  
 | 
|  class Entity : public ContainerNode {
 | 
|  private:
 | 
| -    Entity() : ContainerNode(0)
 | 
| -    {
 | 
| -        ASSERT_NOT_REACHED();
 | 
| -        ScriptWrappable::init(this);
 | 
| -    }
 | 
| +    Entity(); // Left unimplemented on purpose.
 | 
|  };
 | 
|  
 | 
|  } // namespace WebCore
 | 
| 
 |