| Index: third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| diff --git a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| index 05dfe6b542224d4e5e0f4f1e8e481366f462d2fa..9c03537b48ac74697231df286accdfab5452eeb9 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp.tmpl
|
| @@ -44,7 +44,7 @@ void {{v8_class}}::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value, {{
|
| }
|
| {% endif %}
|
| {% for member in members %}
|
| - {% filter runtime_enabled(member.runtime_enabled_function) %}
|
| + {% filter runtime_enabled(member.runtime_enabled) %}
|
| v8::Local<v8::Value> {{member.name}}Value;
|
| if (!v8Object->Get(isolate->GetCurrentContext(), v8String(isolate, "{{member.name}}")).ToLocal(&{{member.name}}Value)) {
|
| exceptionState.rethrowV8Exception(block.Exception());
|
|
|