| 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 0cc67d6d5b89221417b0503fc38658112617126a..f1b12d493998a869ce3b14f7aa6ba81ce27ef3b4 100644
|
| --- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyDescriptor.cpp.tmpl
|
| @@ -32,7 +32,7 @@ static CSSPropertyDescriptor cssPropertyDescriptors[] = {
|
| {% endfor %}
|
| };
|
|
|
| -const CSSPropertyDescriptor& CSSPropertyDescriptor::get(CSSPropertyID id) {
|
| +const CSSPropertyDescriptor& CSSPropertyDescriptor::Get(CSSPropertyID id) {
|
| // TODO(aazzam): We are currently using hard-coded indexes for
|
| // cssPropertyDescriptor since we have only implemented a few properties.
|
| // Later, generate this switch statement, or alternatively return
|
|
|