| Index: compiled/filter/WhitelistFilter.cpp | 
| =================================================================== | 
| --- a/compiled/filter/WhitelistFilter.cpp | 
| +++ b/compiled/filter/WhitelistFilter.cpp | 
| @@ -14,11 +14,11 @@ | 
| * 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 "WhitelistFilter.h" | 
|  | 
| WhitelistFilter::WhitelistFilter(const String& text, | 
| const RegExpFilterData& data) | 
| -    : RegExpFilter(Type::WHITELIST, text, data) | 
| +    : RegExpFilter(classType, text, data) | 
| { | 
| } | 
|  |