| Index: third_party/WebKit/Source/build/scripts/make_cssom_types.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_cssom_types.py b/third_party/WebKit/Source/build/scripts/make_cssom_types.py
|
| index 99d96e03f6a18e02d65e51e5631e9de4cdef3673..ee57c747ad5afd23d0b43b66c68b4b95296a3db4 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_cssom_types.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_cssom_types.py
|
| @@ -22,6 +22,8 @@ class CSSOMTypesWriter(css_properties.CSSProperties):
|
| if singleType == 'Length':
|
| types.append('SimpleLength')
|
| types.append('CalcLength')
|
| + elif singleType == 'Image':
|
| + types.append('URLImage')
|
| else:
|
| types.append(singleType)
|
| property['typedom_types'] = types
|
|
|