| Index: third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| diff --git a/third_party/WebKit/Source/build/scripts/make_css_property_names.py b/third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| index 6db3fc48ed5576692e5f49359c0cbad2987d9a2a..45621e730b486ac40b209b2aac89377e1b5b0d65 100755
|
| --- a/third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| +++ b/third_party/WebKit/Source/build/scripts/make_css_property_names.py
|
| @@ -115,7 +115,7 @@ struct Property;
|
| %%define class-name %(class_name)sHash
|
| %%define lookup-function-name findPropertyImpl
|
| %%define hash-function-name property_hash_function
|
| -%%define slot-name nameOffset
|
| +%%define slot-name name_offset
|
| %%define word-array-name property_word_list
|
| %%enum
|
| %%%%
|
|
|