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..e1480637e527dee214e8662d1c8de61036d0f662 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_feature_name) %} |
v8::Local<v8::Value> {{member.name}}Value; |
if (!v8Object->Get(isolate->GetCurrentContext(), v8String(isolate, "{{member.name}}")).ToLocal(&{{member.name}}Value)) { |
exceptionState.rethrowV8Exception(block.Exception()); |