| 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 3913d7414af46ef3d061ac71b61155396f75b35d..791a0177254be016c65870fc7c6b157f3630a83b 100644
|
| --- a/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp
|
| +++ b/third_party/WebKit/Source/bindings/templates/dictionary_v8.cpp
|
| @@ -41,7 +41,7 @@ void {{v8_class}}::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value, {{
|
| {% endif %}
|
| {% for member in members %}
|
| {% if member.runtime_enabled_function %}
|
| - if ({{member.runtime_enabled_function}}()) {
|
| + if ({{member.runtime_enabled_function}}) {
|
| {% else %}
|
| {
|
| {% endif %}
|
|
|