webengine/osswebengine/WebCore/platform/RegularExpression.cpp
changeset 5 10e98eab6f85
parent 0 dd21522fd290
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
   132 {
   132 {
   133 }
   133 }
   134 
   134 
   135 RegularExpression::~RegularExpression()
   135 RegularExpression::~RegularExpression()
   136 {
   136 {
       
   137 	d=0;
   137 }
   138 }
   138 
   139 
   139 RegularExpression &RegularExpression::operator=(const RegularExpression &re)
   140 RegularExpression &RegularExpression::operator=(const RegularExpression &re)
   140 {
   141 {
   141     RegularExpression tmp(re);
   142     RegularExpression tmp(re);