| Index: third_party/WebKit/Source/bindings/templates/attributes.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/attributes.cpp b/third_party/WebKit/Source/bindings/templates/attributes.cpp
|
| index b7fdd10e8bdf20951dcd8069be2520ed2801dbea..66401dda85cde0d7254b0e051be5df5164f6ee48 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/attributes.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/attributes.cpp
|
| @@ -1,4 +1,4 @@
|
| -{% from 'conversions.cpp' import declare_enum_validation_variable, v8_value_to_local_cpp_value %}
|
| +{% from 'utilities.cpp' import declare_enum_validation_variable, v8_value_to_local_cpp_value %}
|
|
|
|
|
| {##############################################################################}
|
| @@ -457,7 +457,7 @@ bool {{v8_class}}::PrivateScript::{{attribute.name}}AttributeSetter(LocalFrame*
|
|
|
| {##############################################################################}
|
| {% macro attribute_configuration(attribute) %}
|
| -{% from 'conversions.cpp' import property_location %}
|
| +{% from 'utilities.cpp' import property_location %}
|
| {% if attribute.constructor_type %}
|
| {% set getter_callback =
|
| '%sV8Internal::%sConstructorGetterCallback' % (cpp_class_or_partial, attribute.name)
|
|
|