| Index: third_party/WebKit/Source/bindings/templates/methods.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/methods.cpp b/third_party/WebKit/Source/bindings/templates/methods.cpp
|
| index c9295cdb161dd59f47fef4cb27ac0742c9f17d09..a0c53e32ea84b9761279c0e62f90977a284fb05e 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/methods.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/methods.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 %}
|
|
|
|
|
| {##############################################################################}
|
| @@ -673,7 +673,7 @@ v8SetReturnValue(info, wrapper);
|
|
|
| {##############################################################################}
|
| {% macro method_configuration(method) %}
|
| -{% from 'conversions.cpp' import property_location %}
|
| +{% from 'utilities.cpp' import property_location %}
|
| {% set method_callback =
|
| '%sV8Internal::%sMethodCallback' % (cpp_class_or_partial, method.name) %}
|
| {% set method_callback_for_main_world =
|
|
|