| Index: third_party/WebKit/Source/build/scripts/templates/CSSOMTypes.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSOMTypes.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSOMTypes.cpp.tmpl
|
| index e4fa5eefffd7870098bfef373f9c334c8a884b5c..9880b67efa6db0eb4ef83ea2e65da2c095d762e8 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSOMTypes.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSOMTypes.cpp.tmpl
|
| @@ -10,6 +10,7 @@
|
| #include "core/css/cssom/CSSLengthValue.h"
|
|
|
| namespace blink {
|
| +namespace cssom {
|
|
|
| bool CSSOMTypes::propertyCanTake(CSSPropertyID id, const CSSStyleValue& styleValue)
|
| {
|
| @@ -40,4 +41,5 @@ bool CSSOMTypes::propertyCanTake(CSSPropertyID id, const CSSStyleValue& styleVal
|
| }
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace cssom
|
| +} // namespace blink
|
|
|