@@ -97,6 +97,7 @@ public:
Replace style cache by computed values: 96.0
More computed values: 100.0 [edc78bb] !Woo!
Avoid duplicate ToLower++: 103.0 [dec4ef6]
+ Cleanup and smaller changes: 105.0 [38a559d]
*/
@@ -361,11 +361,6 @@ bool ElementStyle::SetProperty(const String& name, const Property& property)
{
Property new_property = property;
-
- if (name == "white-space")
- int a = 0;
new_property.definition = StyleSheetSpecification::GetProperty(name);
if (new_property.definition == NULL)
return false;