| Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
|
| index ea16a173d3bae8978c1f14fb49c65d967031f7cf..b78f752ae39a7f37f3efaddf966da72b98c5b664 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
|
| @@ -50,7 +50,7 @@ static size_t CSSDescriptorIndices[] = {
|
| {% endfor %}
|
| };
|
|
|
| -const CSSPropertyDescriptor& CSSPropertyDescriptor::get(CSSPropertyID id) {
|
| +const CSSPropertyDescriptor& CSSPropertyDescriptor::Get(CSSPropertyID id) {
|
| return cssPropertyDescriptors[CSSDescriptorIndices[id]];
|
| }
|
|
|
|
|