| Index: third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp
|
| index 537b9786c58df67035dcd7d740e5c7facb08233b..b3c5c70f5d61d068310989c6f9208adcc15302e0 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp
|
| @@ -1,4 +1,4 @@
|
| -{% from 'conversions.cpp' import declare_enum_validation_variable %}
|
| +{% from 'utilities.cpp' import declare_enum_validation_variable %}
|
| {% include 'copyright_block.txt' %}
|
| #include "{{v8_original_class}}.h"
|
|
|
| @@ -8,7 +8,7 @@
|
|
|
| namespace blink {
|
|
|
| -{% from 'conversions.cpp' import v8_value_to_local_cpp_value %}
|
| +{% from 'utilities.cpp' import v8_value_to_local_cpp_value %}
|
| void {{v8_class}}::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value, {{cpp_class}}& impl, ExceptionState& exceptionState)
|
| {
|
| if (isUndefinedOrNull(v8Value))
|
|
|