| 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 2360d0cfd9b8bcad3a5dea55f282fac0b2bbba11..0d5235bb81cdfb756871d476b485e4ec6365e1b7 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
|
| @@ -149,7 +149,7 @@ const AtomicString& getPropertyNameAtomicString(CSSPropertyID id)
|
| String getPropertyNameString(CSSPropertyID id)
|
| {
|
| // We share the StringImpl with the AtomicStrings.
|
| - return getPropertyNameAtomicString(id).string();
|
| + return getPropertyNameAtomicString(id).getString();
|
| }
|
|
|
| String getJSPropertyName(CSSPropertyID id)
|
|
|