Index: Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl |
diff --git a/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl b/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl |
index 99c32d4f599b5b7e5342b9060eaa416f39e1382e..8bce0785ea9014273600ed8fce47a788415e365a 100644 |
--- a/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl |
+++ b/Source/build/scripts/templates/StylePropertyShorthand.cpp.tmpl |
@@ -26,7 +26,7 @@ |
#include "wtf/HashMap.h" |
#include "wtf/StdLibExtras.h" |
-namespace WebCore { |
+namespace blink { |
{% for property_id, property in properties.items() %} |
const StylePropertyShorthand& {{property.camel_case_name}}Shorthand() |
@@ -75,4 +75,4 @@ void getMatchingShorthandsForLonghand(CSSPropertyID propertyID, Vector<StyleProp |
} |
} |
-} // namespace WebCore |
+} // namespace blink |