| Index: compiled/filter/ElemHideException.cpp | 
| =================================================================== | 
| --- a/compiled/filter/ElemHideException.cpp | 
| +++ b/compiled/filter/ElemHideException.cpp | 
| @@ -13,12 +13,12 @@ | 
| * | 
| * You should have received a copy of the GNU General Public License | 
| * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>. | 
| */ | 
|  | 
| #include "ElemHideException.h" | 
|  | 
| ElemHideException::ElemHideException(const String& text, | 
| -    const ElemHideData& data) | 
| -    : ElemHideBase(classType, text, data) | 
| +    const ElemHideData& data, const ParsedDomains& parsedDomains) | 
| +    : ElemHideBase(classType, text, data, parsedDomains) | 
| { | 
| } | 
|  |